ConfigMapperInterface::getWeight |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the weight of the mapper. |
ConfigMapperInterface::hasSchema |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Checks that all pieces of this configuration mapper have a schema. |
ConfigMapperInterface::hasTranslatable |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Checks if pieces of this configuration mapper have translatables. |
ConfigMapperInterface::hasTranslation |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Checks whether there is already a translation for this mapper. |
ConfigMapperInterface::populateFromRouteMatch |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Populate the config mapper with route match data. |
ConfigMapperInterface::setLangcode |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Sets the original language code. |
ConfigMapperInterface::setRouteCollection |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Sets the route collection. |
ConfigMapperLanguageException |
class |
core/modules/config_translation/src/Exception/ConfigMapperLanguageException.php |
Provides an exception for configuration mappers with multiple languages. |
ConfigMapperLanguageException.php |
file |
core/modules/config_translation/src/Exception/ConfigMapperLanguageException.php |
|
ConfigMapperManager |
class |
core/modules/config_translation/src/ConfigMapperManager.php |
Manages plugins for configuration translation mappers. |
ConfigMapperManager.php |
file |
core/modules/config_translation/src/ConfigMapperManager.php |
|
ConfigMapperManager::$defaults |
property |
core/modules/config_translation/src/ConfigMapperManager.php |
A set of defaults to be referenced by $this->processDefinition(). |
ConfigMapperManager::$languageManager |
property |
core/modules/config_translation/src/ConfigMapperManager.php |
The language manager. |
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::clearCachedDefinitions |
function |
core/modules/config_translation/src/ConfigMapperManager.php |
Clears static and persistent plugin definition caches. |
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 |
|
ConfigMapperManager::hasTranslatable |
function |
core/modules/config_translation/src/ConfigMapperManager.php |
|
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 install. |
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 |
|