| ConfigMapperManager::$themeHandler |
property |
core/modules/config_translation/src/ConfigMapperManager.php |
The theme handler. |
| ConfigMapperManager::$typedConfigManager |
property |
core/modules/config_translation/src/ConfigMapperManager.php |
The typed config manager. |
| ConfigMapperManager::buildDataDefinition |
function |
core/modules/config_translation/src/ConfigMapperManager.php |
|
| ConfigMapperManager::findDefinitions |
function |
core/modules/config_translation/src/ConfigMapperManager.php |
Finds plugin definitions. |
| ConfigMapperManager::findTranslatable |
function |
core/modules/config_translation/src/ConfigMapperManager.php |
Returns TRUE if at least one translatable element is found. |
| ConfigMapperManager::getDiscovery |
function |
core/modules/config_translation/src/ConfigMapperManager.php |
Gets the plugin discovery. |
| ConfigMapperManager::getMappers |
function |
core/modules/config_translation/src/ConfigMapperManager.php |
Returns an array of all mappers. |
| ConfigMapperManager::hasTranslatable |
function |
core/modules/config_translation/src/ConfigMapperManager.php |
Returns TRUE if the configuration data has translatable items. |
| ConfigMapperManager::processDefinition |
function |
core/modules/config_translation/src/ConfigMapperManager.php |
Performs extra processing on plugin definitions. |
| ConfigMapperManager::__construct |
function |
core/modules/config_translation/src/ConfigMapperManager.php |
Constructs a ConfigMapperManager. |
| ConfigMapperManagerInterface |
interface |
core/modules/config_translation/src/ConfigMapperManagerInterface.php |
Provides a common interface for config mapper managers. |
| ConfigMapperManagerInterface.php |
file |
core/modules/config_translation/src/ConfigMapperManagerInterface.php |
|
| ConfigMapperManagerInterface::getMappers |
function |
core/modules/config_translation/src/ConfigMapperManagerInterface.php |
Returns an array of all mappers. |
| ConfigMapperManagerInterface::hasTranslatable |
function |
core/modules/config_translation/src/ConfigMapperManagerInterface.php |
Returns TRUE if the configuration data has translatable items. |
| ConfigMapperManagerTest |
class |
core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php |
Tests the functionality provided by configuration translation mapper manager. |
| ConfigMapperManagerTest.php |
file |
core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php |
|
| ConfigMapperManagerTest::$configMapperManager |
property |
core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php |
The configuration mapper manager to test. |
| ConfigMapperManagerTest::$typedConfigManager |
property |
core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php |
The typed configuration manager used for testing. |
| 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 |
|