| DefaultConfigTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php |
|
| DefaultConfigTest.php |
file |
core/tests/Drupal/Tests/Core/Extension/DefaultConfigTest.php |
|
| DefaultConfigTest::$modules |
property |
core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php |
Modules to enable. |
| DefaultConfigTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php |
Modules to enable. |
| DefaultConfigTest::$skippedConfig |
property |
core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php |
The following config entries are changed on module install. |
| DefaultConfigTest::$timeLimit |
property |
core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php |
|
| DefaultConfigTest::$toSkip |
property |
core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php |
Config files to be ignored by this test. |
| DefaultConfigTest::assertExtensionConfig |
function |
core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php |
Tests that the config provided by the extension is correct. |
| DefaultConfigTest::doTestsOnConfigStorage |
function |
core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php |
Tests that default config matches the installed config. |
| DefaultConfigTest::moduleListDataProvider |
function |
core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php |
A data provider that lists every module in core. |
| DefaultConfigTest::register |
function |
core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php |
Registers test-specific services. |
| DefaultConfigTest::testConfigIsEmpty |
function |
core/tests/Drupal/Tests/Core/Extension/DefaultConfigTest.php |
Tests that core.extension.yml is empty by default. |
| DefaultConfigTest::testDefaultConfig |
function |
core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php |
Tests default configuration data type. |
| DefaultConfigTest::testModuleConfig |
function |
core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php |
Tests if installed config is equal to the exported config. |
| DefaultConfigTest::testThemeConfig |
function |
core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php |
Tests if installed config is equal to the exported config. |
| DefaultConfigTest::themeListDataProvider |
function |
core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php |
A data provider that lists every theme in core. |
| DefaultLazyPluginCollection::$configurations |
property |
core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php |
The initial configuration for each plugin in the collection. |
| DefaultLazyPluginCollection::getConfiguration |
function |
core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php |
Gets the current configuration of all plugins in this collection. |
| DefaultLazyPluginCollection::setConfiguration |
function |
core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php |
Sets the configuration for all plugins in this collection. |
| DefaultLazyPluginCollection::setInstanceConfiguration |
function |
core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php |
Updates the configuration for a plugin instance. |
| DefaultLazyPluginCollectionTest::testConfigurableGetConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
@covers ::getConfiguration[[api-linebreak]] |
| DefaultLazyPluginCollectionTest::testConfigurableInterface |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
Tests that plugin methods are correctly attached to interfaces. |
| DefaultLazyPluginCollectionTest::testConfigurableSetConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
@covers ::setConfiguration[[api-linebreak]] |
| DefaultLazyPluginCollectionTest::testGetConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
@covers ::getConfiguration[[api-linebreak]] |
| DefaultLazyPluginCollectionTest::testSetInstanceConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
@covers ::setInstanceConfiguration[[api-linebreak]] |
| DefaultNegotiator::$configFactory |
property |
core/lib/Drupal/Core/Theme/DefaultNegotiator.php |
The system theme config object. |
| DefaultProcessor::$configFactory |
property |
core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php |
Contains the configuration object factory. |
| DefaultProcessor::buildConfigurationForm |
function |
core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php |
Form constructor. |
| DefaultProcessor::getConfiguration |
function |
core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php |
Gets this plugin's configuration. |
| DefaultProcessor::getEditableConfigNames |
function |
core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php |
Gets the configuration names that will be editable. |
| DefaultProcessor::setConfiguration |
function |
core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php |
Sets the configuration for this plugin instance. |
| DefaultProcessor::submitConfigurationForm |
function |
core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php |
Form submission handler. |
| DefaultSelection::buildConfigurationForm |
function |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php |
Form constructor. |
| DefaultSelection::defaultConfiguration |
function |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php |
Gets default configuration for this plugin. |
| DefaultSelection::validateConfigurationForm |
function |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php |
Form validation handler. |
| DefaultSingleLazyPluginCollection::$configuration |
property |
core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php |
An array of configuration to instantiate the plugin with. |
| DefaultSingleLazyPluginCollection::getConfiguration |
function |
core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php |
Gets the current configuration of all plugins in this collection. |
| DefaultSingleLazyPluginCollection::setConfiguration |
function |
core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php |
Sets the configuration for all plugins in this collection. |
| DefaultsSectionStorageTest::testConfigInstall |
function |
core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php |
Tests installing defaults via config install. |
| DemoUmamiProfileTest::assertDefaultConfig |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Asserts that the default configuration matches active configuration. |
| DemoUmamiProfileTest::testConfig |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Tests the profile supplied configuration is the same after installation. |
| demo_umami_form_install_configure_form_alter |
function |
core/profiles/demo_umami/demo_umami.profile |
Implements hook_form_FORM_ID_alter() for install_configure_form(). |
| demo_umami_form_install_configure_submit |
function |
core/profiles/demo_umami/demo_umami.profile |
Submission handler to sync the contact.form.feedback recipient. |
| 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::$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 |
|
| DestinationCategoryTest::getConfigurationClasses |
function |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php |
Get configuration classes. |
| DisplayVariantTest::providerTestGetConfiguration |
function |
core/tests/Drupal/Tests/Core/Display/DisplayVariantTest.php |
Provides test data for testGetConfiguration(). |