| DefaultPluginManagerTest::testDefaultPluginManagerWithFilledCache |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests the plugin manager with caching and altering. |
| 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 |
Tests get cache contexts. |
| DefaultPluginManagerTest::testGetCacheMaxAge |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests get cache max age. |
| DefaultPluginManagerTest::testGetCacheTags |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests get cache tags. |
| 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 |
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 |
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 |
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 |
Sets up the default plugin collection. |
| 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 |
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 |
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. |