| 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 |
|
| RecipeRunnerTest::testConfigActionsPreExistingConfig |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
|
| RecipeRunnerTest::testConfigFromModule |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
|
| RecipeRunnerTest::testConfigFromModuleAndRecipe |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
|
| RecipeRunnerTest::testConfigWildcard |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
|
| RecipeRunnerTest::testInvalidConfigAction |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
|
| RecipeRunnerTest::testInvalidConfigActionAppliedOnConfigEntity |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
|
| RecipeRunnerTest::testModuleConfigurationOverride |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
|
| 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 |
|
| RecipeTest::testPreExistingMatchingConfiguration |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php |
|
| 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. |
| RequiredConfigDependenciesConstraint::$message |
property |
core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraint.php |
The error message. |
| RequiredConfigDependenciesConstraint::getDefaultOption |
function |
core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraint.php |
|
| RequiredConfigDependenciesConstraint::getRequiredOptions |
function |
core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraint.php |
|
| RequiredConfigDependenciesConstraintValidator |
class |
core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraintValidator.php |
Validates the RequiredConfigDependencies constraint. |
| RequiredConfigDependenciesConstraintValidator.php |
file |
core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraintValidator.php |
|
| RequiredConfigDependenciesConstraintValidator::$entityTypeManager |
property |
core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraintValidator.php |
The entity type manager service. |
| RequiredConfigDependenciesConstraintValidator::create |
function |
core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraintValidator.php |
Instantiates a new instance of this class. |
| RequiredConfigDependenciesConstraintValidator::validate |
function |
core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraintValidator.php |
|
| RequiredConfigDependenciesConstraintValidator::__construct |
function |
core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraintValidator.php |
Constructs a RequiredConfigDependenciesConstraintValidator object. |