Search for plugin

  1. Search 7.x for plugin
  2. Search 9.5.x for plugin
  3. Search 8.9.x for plugin
  4. Search 10.3.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.
Plugin class composer/Plugin/RecipeUnpack/Plugin.php Composer plugin for handling dependency unpacking.
Plugin class core/lib/Drupal/Component/Plugin/Attribute/Plugin.php Defines a Plugin attribute object.

All search results

Title Object type File name Summary
ExposedFormPluginInterface::exposedFormValidate function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php Validates the exposed form submission.
ExposedFormPluginInterface::postExecute function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php Runs after the view has been executed.
ExposedFormPluginInterface::postRender function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php Runs after the view has been rendered.
ExposedFormPluginInterface::preExecute function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php Runs before the view has been executed.
ExposedFormPluginInterface::preRender function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php Runs before the view is rendered.
ExposedFormPluginInterface::renderExposedForm function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php Renders the exposed form.
ExtractorTest::$pluginId property core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/ExtractorTest.php This test plugin id (icon pack id).
FallbackPluginManagerInterface interface core/lib/Drupal/Component/Plugin/FallbackPluginManagerInterface.php An interface implemented by plugin managers with fallback plugin behaviors.
FallbackPluginManagerInterface.php file core/lib/Drupal/Component/Plugin/FallbackPluginManagerInterface.php
FallbackPluginManagerInterface::getFallbackPluginId function core/lib/Drupal/Component/Plugin/FallbackPluginManagerInterface.php Gets a fallback id for a missing plugin.
FieldBlock::getApplicablePluginOptions function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php Returns an array of applicable formatter options for a field.
FieldBlockDeriverTest::getBlockPluginIds function core/modules/layout_builder/tests/src/Kernel/FieldBlockDeriverTest.php Get an uncached list of block plugin IDs.
FieldConfigEntityUnitTest::$fieldTypePluginManager property core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php The mock field type plugin manager.
FieldConfigValidationTest::testFieldTypePluginIsValidated function core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php Tests that the field type plugin's existence is validated.
FieldDefinitionIntegrityTest::testFieldPluginDefinitionAvailability function core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php Tests to load field plugin definitions used in core's existing entities.
FieldDefinitionIntegrityTest::testFieldPluginDefinitionIntegrity function core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php Tests the integrity of field plugin definitions.
FieldDiscovery::$fieldPluginCache property core/modules/migrate_drupal/src/FieldDiscovery.php An array of already discovered field plugin information.
FieldDiscovery::$fieldPluginManager property core/modules/migrate_drupal/src/FieldDiscovery.php The field plugin manager.
FieldDiscovery::$migrationPluginManager property core/modules/migrate_drupal/src/FieldDiscovery.php The migration plugin manager.
FieldDiscovery::$sourcePluginIds property core/modules/migrate_drupal/src/FieldDiscovery.php An array of source plugin ids, keyed by Drupal core version.
FieldDiscovery::getFieldPlugin function core/modules/migrate_drupal/src/FieldDiscovery.php Returns the appropriate field plugin for a given field type.
FieldDiscovery::getSourcePlugin function core/modules/migrate_drupal/src/FieldDiscovery.php Gets the source plugin to use to gather field information.
FieldDiscoveryTest::$fieldPluginManager property core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php A MigrateFieldPluginManager prophecy.
FieldDiscoveryTest::$fieldPluginManager property core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php The field plugin manager.
FieldDiscoveryTest::$fieldPluginManager property core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php The field plugin manager.
FieldDiscoveryTest::$migrationPluginManager property core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php A MigrationPluginManager prophecy.
FieldDiscoveryTest::$migrationPluginManager property core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php The migration plugin manager.
FieldDiscoveryTest::$migrationPluginManager property core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php The migration plugin manager.
FieldDiscoveryTest::testGetSourcePlugin function core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php Tests the getSourcePlugin method.
FieldDiscoveryTest::testGetSourcePlugin function core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php Tests the getSourcePlugin method.
FieldDiscoveryTestClass::getFieldPlugin function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Returns the appropriate field plugin for a given field type.
FieldDiscoveryTestClass::getSourcePlugin function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Gets the source plugin to use to gather field information.
FieldDiscoveryTestTrait::assertSourcePlugin function core/modules/migrate_drupal/tests/src/Traits/FieldDiscoveryTestTrait.php Asserts a migrate source plugin.
FieldItemDeriver::$basePluginId property core/lib/Drupal/Core/Field/Plugin/DataType/Deriver/FieldItemDeriver.php The base plugin ID this derivative is for.
FieldItemDeriver::$fieldTypePluginManager property core/lib/Drupal/Core/Field/Plugin/DataType/Deriver/FieldItemDeriver.php The field type plugin manager.
FieldLayoutBuilder::$layoutPluginManager property core/modules/field_layout/src/FieldLayoutBuilder.php The layout plugin manager.
FieldLayoutBuilderTest::$layoutPlugin property core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php The layout plugin.
FieldLayoutBuilderTest::$layoutPluginManager property core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php The layout plugin manager.
FieldLayoutBuilderTest::$pluginDefinition property core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php The layout plugin definition.
FieldLayoutEntityDisplayFormTrait::$layoutPluginManager property core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php The field layout plugin manager.
FieldOrLanguageJoinTest::$pluginId property core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php
FieldPluginBase class core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php The base class for all field plugins.
FieldPluginBase class core/modules/views/src/Plugin/views/field/FieldPluginBase.php Base class for views fields.
FieldPluginBase.php file core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase.php file core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php
FieldPluginBase::$additional_fields property core/modules/views/src/Plugin/views/field/FieldPluginBase.php Stores additional fields which get added to the query.
FieldPluginBase::$aliases property core/modules/views/src/Plugin/views/field/FieldPluginBase.php An array of aliases.
FieldPluginBase::$field_alias property core/modules/views/src/Plugin/views/field/FieldPluginBase.php The alias for the field plugin.
FieldPluginBase::$lastRenderIndex property core/modules/views/src/Plugin/views/field/FieldPluginBase.php Keeps track of the last render index.
FieldPluginBase::$last_render property core/modules/views/src/Plugin/views/field/FieldPluginBase.php The last rendered value.

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