ConfigNamesMapper::getBaseRoute |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the base route object the mapper is attached to. |
ConfigNamesMapper::getBaseRouteName |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the name of the base route the mapper is attached to. |
ConfigNamesMapper::getBaseRouteParameters |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the route parameters for the base route the mapper is attached to. |
ConfigNamesMapper::getConfigData |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns an array with all configuration data. |
ConfigNamesMapper::getConfigNames |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns an array of configuration names for the mapper. |
ConfigNamesMapper::getContextualLinkGroup |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the name of the contextual link group to add contextual links to. |
ConfigNamesMapper::getDeleteRoute |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the route object for the translation deletion route. |
ConfigNamesMapper::getDeleteRouteName |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns route name for the translation deletion route. |
ConfigNamesMapper::getDeleteRouteParameters |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the route parameters for the translation deletion route. |
ConfigNamesMapper::getEditRoute |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the route object for a translation edit form route. |
ConfigNamesMapper::getEditRouteName |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns route name for the translation edit form route. |
ConfigNamesMapper::getEditRouteParameters |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the route parameters for the translation edit form route. |
ConfigNamesMapper::getLangcode |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the original language code of the configuration. |
ConfigNamesMapper::getLangcodeFromConfig |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the language code of a configuration object given its name. |
ConfigNamesMapper::getOperations |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Provides an array of information to build a list of operation links. |
ConfigNamesMapper::getOverviewPath |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns a processed path for the translation overview route. |
ConfigNamesMapper::getOverviewRoute |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the route object for a translation overview route. |
ConfigNamesMapper::getOverviewRouteName |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns route name for the translation overview route. |
ConfigNamesMapper::getOverviewRouteParameters |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the route parameters for the translation overview route. |
ConfigNamesMapper::getTitle |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns title of this translation page. |
ConfigNamesMapper::getTypeLabel |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the label of the type of data the mapper encapsulates. |
ConfigNamesMapper::getTypeName |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the name of the type of data the mapper encapsulates. |
ConfigNamesMapper::getWeight |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the weight of the mapper. |
ConfigNamesMapper::hasSchema |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Checks that all pieces of this configuration mapper have a schema. |
ConfigNamesMapper::hasTranslatable |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Checks if pieces of this configuration mapper have translatables. |
ConfigNamesMapper::hasTranslation |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Checks whether there is already a translation for this mapper. |
ConfigNamesMapper::populateFromRouteMatch |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Populate the config mapper with route match data. |
ConfigNamesMapper::processRoute |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Allows to process all config translation routes. |
ConfigNamesMapper::setLangcode |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Sets the original language code. |
ConfigNamesMapper::setRouteCollection |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Sets the route collection. |
ConfigNamesMapper::__construct |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Constructs a ConfigNamesMapper. |
ConfigNamesMapperTest |
class |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests the functionality provided by the configuration names mapper. |
ConfigNamesMapperTest.php |
file |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Contains \Drupal\Tests\config_translation\Unit\ConfigNamesMapperTest. |
ConfigNamesMapperTest::$baseRoute |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The base route used for testing. |
ConfigNamesMapperTest::$configMapperManager |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The configuration mapper manager. |
ConfigNamesMapperTest::$configNamesMapper |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The configuration names mapper to test. |
ConfigNamesMapperTest::$eventDispatcher |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The mocked event dispatcher. |
ConfigNamesMapperTest::$languageManager |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The mocked language manager. |
ConfigNamesMapperTest::$localeConfigManager |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The locale configuration manager. |
ConfigNamesMapperTest::$pluginDefinition |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The plugin definition of the test mapper. |
ConfigNamesMapperTest::$routeProvider |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The route provider used for testing. |
ConfigNamesMapperTest::$typedConfigManager |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The locale configuration manager. |
ConfigNamesMapperTest::$urlGenerator |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The mocked URL generator. |
ConfigNamesMapperTest::providerTestHasSchema |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Provides data for ConfigMapperTest::testHasSchema(). |
ConfigNamesMapperTest::providerTestHasTranslatable |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Provides data for ConfigNamesMapperTest::testHasTranslatable(). |
ConfigNamesMapperTest::providerTestHasTranslation |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Provides data for ConfigNamesMapperTest::testHasTranslation(). |
ConfigNamesMapperTest::setUp |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
|
ConfigNamesMapperTest::testAddConfigName |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::addConfigName(). |
ConfigNamesMapperTest::testGetAddRoute |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getAddRoute(). |
ConfigNamesMapperTest::testGetAddRouteName |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getAddRouteName(). |