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 core/lib/Drupal/Component/Plugin/Attribute/Plugin.php Defines a Plugin attribute object.

All search results

Title Object type File name Summary
ContextualLinkDefaultTest::$pluginDefinition property core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php The used plugin definition.
ContextualLinkDefaultTest::$pluginId property core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php The used plugin ID.
ContextualLinkManager::$pluginsByGroup property core/lib/Drupal/Core/Menu/ContextualLinkManager.php A static cache of all the contextual link plugins by group name.
ContextualLinkManager::getContextualLinkPluginsByGroup function core/lib/Drupal/Core/Menu/ContextualLinkManager.php Gets the contextual link plugins by contextual link group.
ContextualLinkManagerInterface::getContextualLinkPluginsByGroup function core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php Gets the contextual link plugins by contextual link group.
ContextualLinkManagerTest::$pluginDiscovery property core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php The mocked plugin discovery.
ContextualLinkManagerTest::testGetContextualLinkPluginsByGroup function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the getContextualLinkPluginsByGroup method.
ContextualLinkManagerTest::testGetContextualLinkPluginsByGroupWithCache function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the getContextualLinkPluginsByGroup method with a prefilled cache.
ContextualLinkManagerTest::testPluginDefinitionAlter function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the plugins alter hook.
Contrib::computeCKEditor5PluginSubsetConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor4To5Upgrade/Contrib.php Computes elements subset configuration for CKEditor 5 plugin.
Core::computeCKEditor5PluginSubsetConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor4To5Upgrade/Core.php Computes elements subset configuration for CKEditor 5 plugin.
CronQueueTestDeriverQueue::PLUGIN_ID constant core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestDeriverQueue.php The plugin ID.
CronQueueTestException::PLUGIN_ID constant core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php The plugin ID.
CronQueueTestRequeueException::PLUGIN_ID constant core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestRequeueException.php The plugin ID.
CronQueueTestSuspendQueue::PLUGIN_ID constant core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestSuspendQueue.php The plugin ID.
CustomPlugin class core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php Custom plugin annotation.
CustomPlugin class core/tests/Drupal/Tests/Component/Plugin/Attribute/Fixtures/CustomPlugin.php Custom plugin attribute.
CustomPlugin class core/tests/fixtures/plugins/CustomPlugin.php Custom plugin attribute.
CustomPlugin.php file core/tests/fixtures/plugins/CustomPlugin.php
CustomPlugin.php file core/tests/Drupal/Tests/Component/Plugin/Attribute/Fixtures/CustomPlugin.php
CustomPlugin2 class core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php Custom plugin annotation.
CustomPlugin2 class core/tests/Drupal/Tests/Component/Plugin/Attribute/Fixtures/CustomPlugin.php Custom plugin attribute.
CustomPlugin2 class core/tests/fixtures/plugins/CustomPlugin.php Custom plugin attribute.
CustomPlugin::$id property core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php The plugin ID.
CustomPlugin::$title property core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php The plugin title.
CustomPlugin::__construct function core/tests/Drupal/Tests/Component/Plugin/Attribute/Fixtures/CustomPlugin.php Constructs a CustomPlugin attribute object.
CustomPlugin::__construct function core/tests/fixtures/plugins/CustomPlugin.php Constructs a CustomPlugin attribute object.
D6NodeDeriver::$basePluginId property core/modules/node/src/Plugin/migrate/D6NodeDeriver.php The base plugin ID this derivative is for.
D6TermNodeDeriver::$basePluginId property core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php The base plugin ID this derivative is for.
D6TermNodeDeriver::$migrationPluginManager property core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php The migration plugin manager.
D7NodeDeriver::$basePluginId property core/modules/node/src/Plugin/migrate/D7NodeDeriver.php The base plugin ID this derivative is for.
D7TaxonomyTermDeriver::$basePluginId property core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.php The base plugin ID this derivative is for.
DefaultFactory::getPluginClass function core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php Finds the class relevant for a given plugin.
DefaultFactoryTest::testGetPluginClassWithInterfaceAndInvalidClassWithArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a required interface but no implementation.
DefaultFactoryTest::testGetPluginClassWithInterfaceAndInvalidClassWithObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a required interface but no implementation.
DefaultFactoryTest::testGetPluginClassWithInterfaceWithArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a required interface.
DefaultFactoryTest::testGetPluginClassWithInterfaceWithObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a required interface.
DefaultFactoryTest::testGetPluginClassWithMissingClassWithArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a missing class definition.
DefaultFactoryTest::testGetPluginClassWithMissingClassWithObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a missing class definition.
DefaultFactoryTest::testGetPluginClassWithNotExistingClassWithArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a non-existent class definition.
DefaultFactoryTest::testGetPluginClassWithNotExistingClassWithObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a non-existent class definition.
DefaultFactoryTest::testGetPluginClassWithValidArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a valid array plugin definition.
DefaultFactoryTest::testGetPluginClassWithValidObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a valid object plugin definition.
DefaultLazyPluginCollection class core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php Provides a default plugin collection for a plugin type.
DefaultLazyPluginCollection.php file core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php
DefaultLazyPluginCollection::$configurations property core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php The initial configuration for each plugin in the collection.
DefaultLazyPluginCollection::$manager property core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php The manager used to instantiate the plugins.
DefaultLazyPluginCollection::$originalOrder property core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php The original order of the instances.
DefaultLazyPluginCollection::$pluginKey property core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php The key within the plugin configuration that contains the plugin ID.
DefaultLazyPluginCollection::addInstanceId function core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php Adds an instance ID to the available instance IDs.

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