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

All search results

Title Object type File name Summary
DefaultPluginManagerTest::testDefaultPluginManagerWithObjects function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager and object plugin definitions.
DefaultPluginManagerTest::testDefaultPluginManagerWithPluginExtendingNonInstalledClass function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with a plugin that extends a non-installed class.
DefaultPluginManagerTest::testGetCacheContexts function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php @covers ::getCacheContexts
DefaultPluginManagerTest::testGetCacheMaxAge function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php @covers ::getCacheMaxAge
DefaultPluginManagerTest::testGetCacheTags function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php @covers ::getCacheTags
DefaultPluginManagerTest::testGetDefinitionPluginNotFoundException function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager behavior for a missing plugin ID.
DefaultPluginManagerTest::testGetDefinitionsWithoutRequiredInterface function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests plugins without a required interface.
DefaultPluginManagerTest::testProcessDefinition function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php @covers ::processDefinition
@dataProvider providerTestProcessDefinition
DefaultPluginManagerTest::testProviderExists function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php @covers ::findDefinitions
@covers ::extractProviderFromDefinition
DefaultSingleLazyPluginCollection class core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Provides a default plugin collection for a plugin type.
DefaultSingleLazyPluginCollection.php file core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php
DefaultSingleLazyPluginCollection::$configuration property core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php An array of configuration to instantiate the plugin with.
DefaultSingleLazyPluginCollection::$instanceId property core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php The instance ID used for this plugin collection.
DefaultSingleLazyPluginCollection::$manager property core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php The manager used to instantiate the plugins.
DefaultSingleLazyPluginCollection::addInstanceId function core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Adds an instance ID to the available instance IDs.
DefaultSingleLazyPluginCollection::getConfiguration function core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Gets the current configuration of all plugins in this collection.
DefaultSingleLazyPluginCollection::initializePlugin function core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Initializes and stores a plugin.
DefaultSingleLazyPluginCollection::setConfiguration function core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Sets the configuration for all plugins in this collection.
DefaultSingleLazyPluginCollection::__construct function core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Constructs a new DefaultSingleLazyPluginCollection object.
DefaultSingleLazyPluginCollectionTest class core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php @coversDefaultClass \Drupal\Core\Plugin\DefaultSingleLazyPluginCollection
@group Plugin
DefaultSingleLazyPluginCollectionTest.php file core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php
DefaultSingleLazyPluginCollectionTest::setupPluginCollection function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php Sets up the default plugin collection.
DefaultSingleLazyPluginCollectionTest::testAddInstanceId function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php @covers ::addInstanceId
@covers ::getConfiguration
@covers ::setConfiguration
DefaultSingleLazyPluginCollectionTest::testConfigurableSetConfiguration function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php @covers ::setConfiguration
DefaultSingleLazyPluginCollectionTest::testConfigurableSetConfigurationToNull function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php @covers ::setConfiguration
@group legacy
DefaultSingleLazyPluginCollectionTest::testGet function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php Tests the get() method.
DefaultSingleLazyPluginCollectionTest::testGetInstanceIds function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php @covers ::getInstanceIds
DefaultsSectionStorageTest::$plugin property core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php The plugin.
DefaultsSectionStorageTest::$plugin property core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php The plugin.
DefaultsTestPluginManager class core/modules/system/tests/modules/plugin_test/src/Plugin/DefaultsTestPluginManager.php Defines a plugin manager used by Plugin API unit tests.
DefaultsTestPluginManager.php file core/modules/system/tests/modules/plugin_test/src/Plugin/DefaultsTestPluginManager.php
DefaultsTestPluginManager::__construct function core/modules/system/tests/modules/plugin_test/src/Plugin/DefaultsTestPluginManager.php Constructs a new DefaultsTestPluginManager instance.
DefaultStyle::$usesRowPlugin property core/modules/views/src/Plugin/views/style/DefaultStyle.php Whether or not this style uses a row plugin.
default_plugin_manager service core/core.services.yml Abstract
DependentPluginDefinitionInterface interface core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionInterface.php Provides an interface for a plugin definition that has dependencies.
DependentPluginDefinitionInterface.php file core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionInterface.php
DependentPluginDefinitionInterface::getConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionInterface.php Gets the config dependencies of this plugin definition.
DependentPluginDefinitionInterface::setConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionInterface.php Sets the config dependencies of this plugin definition.
DependentPluginDefinitionTrait trait core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php Provides a trait for a plugin definition that has dependencies.
DependentPluginDefinitionTrait.php file core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php
DependentPluginDefinitionTrait::$config_dependencies property core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php
DependentPluginDefinitionTrait::getConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php
DependentPluginDefinitionTrait::setConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php
DependentPluginInterface interface core/lib/Drupal/Component/Plugin/DependentPluginInterface.php Provides an interface for a plugin that has dependencies.
DependentPluginInterface.php file core/lib/Drupal/Component/Plugin/DependentPluginInterface.php
DependentPluginInterface::calculateDependencies function core/lib/Drupal/Component/Plugin/DependentPluginInterface.php Calculates dependencies for the configured plugin.
DependentWithRemovalPluginInterface interface core/modules/views/src/Plugin/DependentWithRemovalPluginInterface.php Provides an interface for a plugin that has dependencies that can be removed.
DependentWithRemovalPluginInterface.php file core/modules/views/src/Plugin/DependentWithRemovalPluginInterface.php
DependentWithRemovalPluginInterface::onDependencyRemoval function core/modules/views/src/Plugin/DependentWithRemovalPluginInterface.php Allows a plugin to define whether it should be removed.
DerivablePluginDefinitionInterface interface core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php Provides an interface for a derivable plugin definition.

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