| RecipeConfiguratorTest |
class |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeConfiguratorTest.php |
Tests Drupal\Core\Recipe\RecipeConfigurator. |
| RecipeConfiguratorTest.php |
file |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeConfiguratorTest.php |
|
| RecipeConfiguratorTest::testIncludedRecipeLoader |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeConfiguratorTest.php |
Tests that RecipeConfigurator can load recipes. |
| RecipeConfiguratorTest::testIncludedRecipeLoaderException |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeConfiguratorTest.php |
Tests exception thrown when RecipeConfigurator cannot find a recipe. |
| RecipeConfiguratorTest::testRecipeConfigurator |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeConfiguratorTest.php |
Tests the listing all the extensions installed by a recipe. |
| RecipeInfoCommand::configure |
function |
core/lib/Drupal/Core/Recipe/RecipeInfoCommand.php |
|
| RecipeOverrideConfigStorage |
class |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
Wraps a config storage to allow recipe provided configuration to override it. |
| RecipeOverrideConfigStorage.php |
file |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
|
| RecipeOverrideConfigStorage::createCollection |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
Creates a collection on the storage. |
| RecipeOverrideConfigStorage::decode |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
Decodes configuration data from the storage-specific format. |
| RecipeOverrideConfigStorage::delete |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
Deletes a configuration object from the storage. |
| RecipeOverrideConfigStorage::deleteAll |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
Deletes configuration objects whose names start with a given prefix. |
| RecipeOverrideConfigStorage::encode |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
Encodes configuration data into the storage-specific format. |
| RecipeOverrideConfigStorage::exists |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
Returns whether a configuration object exists. |
| RecipeOverrideConfigStorage::getAllCollectionNames |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
Gets the existing collections. |
| RecipeOverrideConfigStorage::getCollectionName |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
Gets the name of the current collection the storage is using. |
| RecipeOverrideConfigStorage::listAll |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
Gets configuration object names starting with a given prefix. |
| RecipeOverrideConfigStorage::read |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
Reads configuration data from the storage. |
| RecipeOverrideConfigStorage::readMultiple |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
Reads configuration data from the storage. |
| RecipeOverrideConfigStorage::rename |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
Renames a configuration object in the storage. |
| RecipeOverrideConfigStorage::write |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
Writes configuration data to the storage. |
| RecipeOverrideConfigStorage::__construct |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
|
| RecipePreExistingConfigException |
class |
core/lib/Drupal/Core/Recipe/RecipePreExistingConfigException.php |
Exception thrown when a recipe has configuration that exists already. |
| RecipePreExistingConfigException.php |
file |
core/lib/Drupal/Core/Recipe/RecipePreExistingConfigException.php |
|
| RecipePreExistingConfigException::__construct |
function |
core/lib/Drupal/Core/Recipe/RecipePreExistingConfigException.php |
Constructs a RecipePreExistingConfigException. |
| RecipeRunner::installConfig |
function |
core/lib/Drupal/Core/Recipe/RecipeRunner.php |
Installs a config for a recipe. |
| RecipeRunner::processConfiguration |
function |
core/lib/Drupal/Core/Recipe/RecipeRunner.php |
Creates configuration and applies configuration actions. |
| RecipeRunnerTest::testConfigActions |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests a recipe that has actions. |
| RecipeRunnerTest::testConfigActionsPreExistingConfig |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests a recipe that has actions and with pre-existing configuration. |
| RecipeRunnerTest::testConfigFromModule |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests module configuration after processing a recipe. |
| RecipeRunnerTest::testConfigFromModuleAndRecipe |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests installing config from a module and a recipe. |
| RecipeRunnerTest::testConfigWildcard |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests processing a recipe with a wildcard configuration. |
| RecipeRunnerTest::testInvalidConfigAction |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests a recipe with an invalid configuration action. |
| RecipeRunnerTest::testInvalidConfigActionAppliedOnConfigEntity |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests a recipe with an invalid action configuration. |
| RecipeRunnerTest::testModuleConfigurationOverride |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests configuration override after processing a recipe. |
| RecipeRunnerTest::testRenamedConfigActions |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests that renamed plugins are marked as deprecated. |
| RecipeTest::testPreExistingDifferentConfiguration |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php |
Tests creating a pre-existing configuration with a different configuration. |
| RecipeTest::testPreExistingMatchingConfiguration |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php |
Tests creating an existing configuration with the same configuration. |
| RedundantEditableConfigNamesTrait |
trait |
core/lib/Drupal/Core/Form/RedundantEditableConfigNamesTrait.php |
Implements ::getEditableConfigNames() for forms using #config_target. |
| RedundantEditableConfigNamesTrait.php |
file |
core/lib/Drupal/Core/Form/RedundantEditableConfigNamesTrait.php |
|
| RedundantEditableConfigNamesTrait::getEditableConfigNames |
function |
core/lib/Drupal/Core/Form/RedundantEditableConfigNamesTrait.php |
Gets the configuration names that will be editable. |
| Renderer::$rendererConfig |
property |
core/lib/Drupal/Core/Render/Renderer.php |
The renderer configuration array. |
| RendererTestBase::$rendererConfig |
property |
core/tests/Drupal/Tests/Core/Render/RendererTestBase.php |
The mocked renderer configuration. |
| RequestPath::buildConfigurationForm |
function |
core/modules/system/src/Plugin/Condition/RequestPath.php |
Form constructor. |
| RequestPath::defaultConfiguration |
function |
core/modules/system/src/Plugin/Condition/RequestPath.php |
Gets default configuration for this plugin. |
| RequestPath::submitConfigurationForm |
function |
core/modules/system/src/Plugin/Condition/RequestPath.php |
Form submission handler. |
| RequestPath::validateConfigurationForm |
function |
core/modules/system/src/Plugin/Condition/RequestPath.php |
Form validation handler. |
| RequiredConfigDependenciesConstraint |
class |
core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraint.php |
Checks that config dependencies contain specific types of entities. |
| RequiredConfigDependenciesConstraint.php |
file |
core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraint.php |
|
| RequiredConfigDependenciesConstraint::$entityTypes |
property |
core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraint.php |
The IDs of entity types that need to exist in config dependencies. |