ConfigMapperManagerTest::getElement |
function |
core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php |
Returns a mocked schema element. |
ConfigMapperManagerTest::getNestedElement |
function |
core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php |
Returns a mocked nested schema element. |
ConfigMapperManagerTest::providerTestHasTranslatable |
function |
core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php |
Provides data for ConfigMapperManager::testHasTranslatable() |
ConfigMapperManagerTest::setUp |
function |
core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php |
|
ConfigMapperManagerTest::testHasTranslatable |
function |
core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php |
Tests ConfigMapperManager::hasTranslatable(). |
ConfigMapperPopulateEvent |
class |
core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php |
Provides a class for events related to configuration translation mappers. |
ConfigMapperPopulateEvent.php |
file |
core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php |
|
ConfigMapperPopulateEvent::$mapper |
property |
core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php |
The configuration mapper this event is related to. |
ConfigMapperPopulateEvent::$routeMatch |
property |
core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php |
The route match this event is related to. |
ConfigMapperPopulateEvent::getMapper |
function |
core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php |
Gets the configuration mapper this event is related to. |
ConfigMapperPopulateEvent::getRouteMatch |
function |
core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php |
Gets the route match this event is related to. |
ConfigMapperPopulateEvent::__construct |
function |
core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php |
Constructs a ConfigMapperPopulateEvent object. |
ConfigMapperTest |
class |
core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php |
Tests config mapper. |
ConfigMapperTest.php |
file |
core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php |
|
ConfigMapperTest::$modules |
property |
core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php |
Modules to enable. |
ConfigMapperTest::testAddingConfigNames |
function |
core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php |
Tests adding config names to mapper. |
ConfigModuleOverridesEvent |
class |
core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php |
Event object to allow configuration to be overridden by modules. |
ConfigModuleOverridesEvent.php |
file |
core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php |
|
ConfigModuleOverridesEvent::$language |
property |
core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php |
The Language object used to override configuration data. |
ConfigModuleOverridesEvent::$names |
property |
core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php |
Configuration names. |
ConfigModuleOverridesEvent::$overrides |
property |
core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php |
Configuration overrides. |
ConfigModuleOverridesEvent::getLanguage |
function |
core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php |
Gets configuration language. |
ConfigModuleOverridesEvent::getNames |
function |
core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php |
Gets configuration names. |
ConfigModuleOverridesEvent::getOverrides |
function |
core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php |
Get configuration overrides. |
ConfigModuleOverridesEvent::setOverride |
function |
core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php |
Sets a configuration override for the given name. |
ConfigModuleOverridesEvent::__construct |
function |
core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php |
Constructs a configuration overrides event object. |
ConfigModuleOverridesTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php |
Tests module overrides of configuration using event subscribers. |
ConfigModuleOverridesTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php |
|
ConfigModuleOverridesTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php |
Modules to install. |
ConfigModuleOverridesTest::testSimpleModuleOverrides |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php |
|
ConfigNameException |
class |
core/lib/Drupal/Core/Config/ConfigNameException.php |
Exception thrown when a config object name is invalid. |
ConfigNameException.php |
file |
core/lib/Drupal/Core/Config/ConfigNameException.php |
|
ConfigNamesMapper |
class |
core/modules/config_translation/src/ConfigNamesMapper.php |
Configuration mapper base implementation. |
ConfigNamesMapper.php |
file |
core/modules/config_translation/src/ConfigNamesMapper.php |
|
ConfigNamesMapper::$baseRoute |
property |
core/modules/config_translation/src/ConfigNamesMapper.php |
The base route object that the mapper is attached to. |
ConfigNamesMapper::$configFactory |
property |
core/modules/config_translation/src/ConfigNamesMapper.php |
The configuration factory. |
ConfigNamesMapper::$configMapperManager |
property |
core/modules/config_translation/src/ConfigNamesMapper.php |
The mapper plugin discovery service. |
ConfigNamesMapper::$eventDispatcher |
property |
core/modules/config_translation/src/ConfigNamesMapper.php |
The event dispatcher. |
ConfigNamesMapper::$langcode |
property |
core/modules/config_translation/src/ConfigNamesMapper.php |
The language code of the language this mapper, if any. |
ConfigNamesMapper::$languageManager |
property |
core/modules/config_translation/src/ConfigNamesMapper.php |
The language manager. |
ConfigNamesMapper::$localeConfigManager |
property |
core/modules/config_translation/src/ConfigNamesMapper.php |
The typed configuration manager. |
ConfigNamesMapper::$routeCollection |
property |
core/modules/config_translation/src/ConfigNamesMapper.php |
The available routes. |
ConfigNamesMapper::$routeProvider |
property |
core/modules/config_translation/src/ConfigNamesMapper.php |
The route provider. |
ConfigNamesMapper::$typedConfigManager |
property |
core/modules/config_translation/src/ConfigNamesMapper.php |
The typed config manager. |
ConfigNamesMapper::addConfigName |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Adds the given configuration name to the list of names. |
ConfigNamesMapper::create |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Creates an instance of the plugin. |
ConfigNamesMapper::getAddRoute |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the route object for a translation add form route. |
ConfigNamesMapper::getAddRouteName |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns route name for the translation add form route. |
ConfigNamesMapper::getAddRouteParameters |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the route parameters for the translation add form route. |
ConfigNamesMapper::getBasePath |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns a processed path for the base route the mapper is attached to. |