Search for plugin

  1. Search 7.x for plugin
  2. Search 9.5.x for plugin
  3. Search 10.3.x for plugin
  4. Search 11.x for plugin
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Plugin class composer/Plugin/Scaffold/Plugin.php Composer plugin for handling drupal scaffold.
Plugin class core/lib/Drupal/Component/Annotation/Plugin.php Defines a Plugin annotation object.

All search results

Title Object type File name Summary
FieldPluginBase::themeFunctions function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Provide a full list of possible theme templates used by this style.
FieldPluginBase::tokenizeValue function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Replaces a value with tokens from the last field.
FieldPluginBase::trimText function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Trims the field down to the specified length.
FieldPluginBase::useStringGroupBy function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Determines if this field will be available as an option to group the result
by in the style settings.
FieldPluginBaseTest class core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @coversDefaultClass \Drupal\views\Plugin\views\field\FieldPluginBase
@group views
FieldPluginBaseTest.php file core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Contains \Drupal\Tests\views\Unit\Plugin\field\FieldPluginBaseTest.
FieldPluginBaseTest::$configuration property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The configuration of the plugin under test.
FieldPluginBaseTest::$defaultUrlOptions property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Default configuration for URL output.
FieldPluginBaseTest::$display property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The mocked display plugin instance.
FieldPluginBaseTest::$executable property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The mocked view executable.
FieldPluginBaseTest::$linkGenerator property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The mocked link generator.
FieldPluginBaseTest::$pathProcessor property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The mocked path processor.
FieldPluginBaseTest::$pathValidator property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The mocked path validator.
FieldPluginBaseTest::$pluginDefinition property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The definition of the plugin under test.
FieldPluginBaseTest::$pluginId property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The ID plugin of the plugin under test.
FieldPluginBaseTest::$renderer property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The mocked path renderer.
FieldPluginBaseTest::$requestStack property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The request stack.
FieldPluginBaseTest::$unroutedUrlAssembler property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The unrouted url assembler service.
FieldPluginBaseTest::$urlGenerator property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The mocked url generator.
FieldPluginBaseTest::providerTestRenderAsExternalLinkWithPathAndTokens function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Data provider for ::testRenderAsExternalLinkWithPathAndTokens().
FieldPluginBaseTest::providerTestRenderAsLinkWithPathAndOptions function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Data provider for ::testRenderAsLinkWithPathAndOptions().
FieldPluginBaseTest::providerTestRenderAsLinkWithPathAndTokens function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Data provider for ::testRenderAsLinkWithPathAndTokens().
FieldPluginBaseTest::providerTestRenderAsLinkWithUrlAndOptions function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Data provider for ::testRenderAsLinkWithUrlAndOptions().
FieldPluginBaseTest::providerTestRenderTrimmedWithMoreLinkAndPath function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Data provider for ::testRenderTrimmedWithMoreLinkAndPath().
FieldPluginBaseTest::setUp function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php
FieldPluginBaseTest::setupDisplayWithEmptyArgumentsAndFields function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Sets up a display with empty arguments and fields.
FieldPluginBaseTest::setupTestField function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Sets up a test field.
FieldPluginBaseTest::setUpUrlIntegrationServices function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Sets up the unrouted url assembler and the link generator.
FieldPluginBaseTest::testElementClassesWithTokens function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Ensures proper token replacement when generating CSS classes.
FieldPluginBaseTest::testGetRenderTokensWithArguments function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @covers ::getRenderTokens
FieldPluginBaseTest::testGetRenderTokensWithoutArguments function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @covers ::getRenderTokens
FieldPluginBaseTest::testGetRenderTokensWithoutFieldsAndArguments function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @covers ::getRenderTokens
FieldPluginBaseTest::testRenderAsExternalLinkWithPathAndTokens function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Test rendering of a link with a path and options.
FieldPluginBaseTest::testRenderAsLinkWithoutPath function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Test rendering as a link without a path.
FieldPluginBaseTest::testRenderAsLinkWithPathAndOptions function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Test rendering of a link with a path and options.
FieldPluginBaseTest::testRenderAsLinkWithPathAndTokens function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Test rendering of a link with a path and options.
FieldPluginBaseTest::testRenderAsLinkWithUrlAndOptions function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Tests link rendering with a URL and options.
FieldPluginBaseTest::testRenderNoResult function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Tests the "No results text" rendering.
FieldPluginBaseTest::testRenderTrimmedWithMoreLinkAndPath function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Test rendering with a more link.
FieldPluginBaseTestField class core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php
FieldPluginBaseTestField::setLinkGenerator function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php
FieldStorageAddForm::$fieldTypePluginManager property core/modules/field_ui/src/Form/FieldStorageAddForm.php The field type plugin manager.
FieldTest::$fieldTypePluginManager property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The mocked field type plugin manager.
FieldTest::$formatterPluginManager property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The mocked formatter plugin manager.
FieldType::$cckPluginManager property core/modules/field/src/Plugin/migrate/process/FieldType.php The cckfield plugin manager.
FieldType::$fieldPluginManager property core/modules/field/src/Plugin/migrate/process/FieldType.php The field plugin manager.
FieldTypePluginManager class core/lib/Drupal/Core/Field/FieldTypePluginManager.php Plugin manager for 'field type' plugins.
FieldTypePluginManager.php file core/lib/Drupal/Core/Field/FieldTypePluginManager.php
FieldTypePluginManager::$typedDataManager property core/lib/Drupal/Core/Field/FieldTypePluginManager.php The typed data manager.
FieldTypePluginManager::createFieldItem function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Creates a new field item as part of a field item list.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.