DefaultPluginManagerTest::testProcessDefinition |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests process definition. |
DefaultPluginManagerTest::testProviderExists |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests provider exists. |
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 |
|
DefaultSingleLazyPluginCollection::getConfiguration |
function |
core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php |
|
DefaultSingleLazyPluginCollection::initializePlugin |
function |
core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php |
|
DefaultSingleLazyPluginCollection::setConfiguration |
function |
core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php |
|
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 |
Tests Drupal\Core\Plugin\DefaultSingleLazyPluginCollection. |
DefaultSingleLazyPluginCollectionTest.php |
file |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
|
DefaultSingleLazyPluginCollectionTest::setupPluginCollection |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
|
DefaultSingleLazyPluginCollectionTest::testAddInstanceId |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
Tests add instance id. |
DefaultSingleLazyPluginCollectionTest::testConfigurableSetConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
Tests configurable set configuration. |
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 |
Tests get instance ids. |
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 |
|
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 |
The dependencies of this plugin definition. |
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. |
DerivablePluginDefinitionInterface.php |
file |
core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php |
|
DerivablePluginDefinitionInterface::getDeriver |
function |
core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php |
Gets the name of the deriver of this plugin definition, if it exists. |
DerivablePluginDefinitionInterface::setDeriver |
function |
core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php |
Sets the deriver of this plugin definition. |
DerivativeDiscoveryDecorator::decodePluginId |
function |
core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
Decodes derivative id and plugin id from a string. |
DerivativeDiscoveryDecorator::encodePluginId |
function |
core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
Encodes plugin and derivative id's into a string. |
DirectoryWithMetadataPluginDiscovery |
class |
core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php |
Discover directories that contain a specific metadata file. |
DirectoryWithMetadataPluginDiscovery.php |
file |
core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php |
|
DirectoryWithMetadataPluginDiscovery::__construct |
function |
core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php |
Constructs a DirectoryWithMetadataPluginDiscovery object. |