ConfigImportRenameValidationTest::$configImporter |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php |
Config Importer object used for testing. |
ConfigImportRenameValidationTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php |
Modules to enable. |
ConfigImportRenameValidationTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php |
|
ConfigImportRenameValidationTest::testRenameSimpleConfigValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php |
Tests configuration renaming validation for simple configuration. |
ConfigImportRenameValidationTest::testRenameValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php |
Tests configuration renaming validation. |
ConfigImportSubscriber::getNames |
function |
core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php |
Gets human readable extension names. |
ConfigImportUITest::prepareSiteNameUpdate |
function |
core/modules/config/tests/src/Functional/ConfigImportUITest.php |
|
ConfigLanguageOverrideWebTest::testSiteNameTranslation |
function |
core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php |
Tests translating the site name. |
ConfigManager::getEntityTypeIdByName |
function |
core/lib/Drupal/Core/Config/ConfigManager.php |
Returns the entity type of a configuration object. |
ConfigManager::loadConfigEntityByName |
function |
core/lib/Drupal/Core/Config/ConfigManager.php |
Loads a configuration entity using the configuration name. |
ConfigManagerInterface::getEntityTypeIdByName |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Returns the entity type of a configuration object. |
ConfigManagerInterface::loadConfigEntityByName |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Loads a configuration entity using the configuration name. |
ConfigMapperInterface::addConfigName |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Adds the given configuration name to the list of names. |
ConfigMapperInterface::getAddRouteName |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns route name for the translation add form route. |
ConfigMapperInterface::getBaseRouteName |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the name of the base route the mapper is attached to. |
ConfigMapperInterface::getConfigNames |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns an array of configuration names for the mapper. |
ConfigMapperInterface::getDeleteRouteName |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns route name for the translation deletion route. |
ConfigMapperInterface::getEditRouteName |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns route name for the translation edit form route. |
ConfigMapperInterface::getOverviewRouteName |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns route name for the translation overview route. |
ConfigMapperInterface::getTypeName |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the name of the type of data the mapper encapsulates. |
ConfigMapperTest::testAddingConfigNames |
function |
core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php |
Tests adding config names to mapper. |
ConfigModuleOverridesEvent::$names |
property |
core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php |
Configuration names. |
ConfigModuleOverridesEvent::getNames |
function |
core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php |
Gets configuration names. |
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. |
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. |