| ConditionPluginCollection::get |
function |
core/lib/Drupal/Core/Condition/ConditionPluginCollection.php |
|
| ConditionPluginCollection::getConditionContexts |
function |
core/lib/Drupal/Core/Condition/ConditionPluginCollection.php |
Gets the values for all defined contexts. |
| ConditionPluginCollection::getConfiguration |
function |
core/lib/Drupal/Core/Condition/ConditionPluginCollection.php |
|
| ConfigEntityBaseUnitTest::providerCalculateDependenciesWithPluginCollections |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Data provider for testCalculateDependenciesWithPluginCollections. |
| ConfigEntityBaseUnitTest::testCalculateDependenciesWithPluginCollections |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
@covers ::getDependencies[[api-linebreak]]
@covers ::calculateDependencies[[api-linebreak]] |
| ConfigEntityBaseUnitTest::testSleepWithPluginCollections |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
@covers ::__sleep[[api-linebreak]] |
| ConfigEntityBaseWithPluginCollections |
class |
core/tests/Drupal/Tests/Core/Config/Entity/Fixtures/ConfigEntityBaseWithPluginCollections.php |
Enables testing of dependency calculation. |
| ConfigEntityBaseWithPluginCollections.php |
file |
core/tests/Drupal/Tests/Core/Config/Entity/Fixtures/ConfigEntityBaseWithPluginCollections.php |
|
| ConfigEntityImportTest::checkSinglePluginConfigSync |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests that a single set of plugin config stays in sync. |
| ConfigNamesMapperTest::$pluginDefinition |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The plugin definition of the test mapper. |
| ConfigTranslationLocalTasks::$basePluginId |
property |
core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php |
The base plugin ID. |
| ConfigurablePlugin |
class |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
|
| ConfigurablePlugin::defaultConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
|
| ConfigurablePlugin::getConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
|
| ConfigurablePlugin::setConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
|
| ConfigurablePlugin::__construct |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
|
| ConfigurablePluginInterface |
interface |
core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php |
Provides an interface for a configurable plugin. |
| ConfigurablePluginInterface.php |
file |
core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php |
|
| ConfigurablePluginInterface::defaultConfiguration |
function |
core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php |
Gets default configuration for this plugin. |
| ConfigurablePluginInterface::getConfiguration |
function |
core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php |
Gets this plugin's configuration. |
| ConfigurablePluginInterface::setConfiguration |
function |
core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php |
Sets the configuration for this plugin instance. |
| ConfigurablePluginInterfaceTest |
class |
core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php |
Tests ConfigurablePluginInterface deprecation. |
| ConfigurablePluginInterfaceTest.php |
file |
core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php |
|
| ConfigurablePluginInterfaceTest::testDeprecation |
function |
core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php |
Tests the deprecation error is thrown. |
| ConfigurablePluginInterfaceTestClass |
class |
core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php |
Test Class to trigger deprecation error. |
| ConfigurablePluginInterfaceTestClass::calculateDependencies |
function |
core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php |
|
| ConfigurablePluginInterfaceTestClass::defaultConfiguration |
function |
core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php |
|
| ConfigurablePluginInterfaceTestClass::getConfiguration |
function |
core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php |
|
| ConfigurablePluginInterfaceTestClass::setConfiguration |
function |
core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php |
|
| ConfigurableSearchPluginBase |
class |
core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php |
Provides a base implementation for a configurable Search plugin. |
| ConfigurableSearchPluginBase.php |
file |
core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php |
|
| ConfigurableSearchPluginBase::$searchPageId |
property |
core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php |
The unique ID for the search page using this plugin. |
| ConfigurableSearchPluginBase::calculateDependencies |
function |
core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php |
|
| ConfigurableSearchPluginBase::defaultConfiguration |
function |
core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php |
|
| ConfigurableSearchPluginBase::getConfiguration |
function |
core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php |
|
| ConfigurableSearchPluginBase::setConfiguration |
function |
core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php |
|
| ConfigurableSearchPluginBase::setSearchPageId |
function |
core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php |
|
| ConfigurableSearchPluginBase::validateConfigurationForm |
function |
core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php |
|
| ConfigurableSearchPluginBase::__construct |
function |
core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php |
|
| ConfigurableSearchPluginInterface |
interface |
core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php |
Provides an interface for a configurable Search plugin. |
| ConfigurableSearchPluginInterface.php |
file |
core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php |
|
| ConfigurableSearchPluginInterface::setSearchPageId |
function |
core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php |
Sets the ID for the search page using this plugin. |
| ConfigureBlockFormBase::$pluginFormFactory |
property |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
The plugin form manager. |
| ConfigureBlockFormBase::getPluginForm |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Retrieves the plugin form for a given block. |
| ConfigureSectionForm::$pluginFormFactory |
property |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
The plugin form manager. |
| ConfigureSectionForm::getPluginForm |
function |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
Retrieves the plugin form for a given layout. |
| config_schema_test.plugin_types.yml |
file |
core/modules/config/tests/config_schema_test/config/install/config_schema_test.plugin_types.yml |
core/modules/config/tests/config_schema_test/config/install/config_schema_test.plugin_types.yml |
| ContainerFactoryPluginInterface |
interface |
core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php |
Defines an interface for pulling plugin dependencies from the container. |
| ContainerFactoryPluginInterface.php |
file |
core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php |
|
| ContainerFactoryPluginInterface::create |
function |
core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php |
Creates an instance of the plugin. |