ConfigNamesMapper::$routeProvider

The route provider. Type: \Drupal\Core\Routing\RouteProviderInterface File core/modules/config_translation/src/ConfigNamesMapper.php, line 59 Class ConfigNamesMapper Configuration mapper base implementation. Namespace Drupal\config_translation Code protected $routeProvider;

ConfigNamesMapper::$routeCollection

The available routes. Type: \Symfony\Component\Routing\RouteCollection File core/modules/config_translation/src/ConfigNamesMapper.php, line 73 Class ConfigNamesMapper Configuration mapper base implementation. Namespace Drupal\config_translation Code protected $routeCollection;

ConfigNamesMapper::$localeConfigManager

The typed configuration manager. Type: \Drupal\locale\LocaleConfigManager File core/modules/config_translation/src/ConfigNamesMapper.php, line 45 Class ConfigNamesMapper Configuration mapper base implementation. Namespace Drupal\config_translation Code protected $localeConfigManager;

ConfigNamesMapper::$languageManager

The language manager. Type: \Drupal\Core\Language\LanguageManagerInterface File core/modules/config_translation/src/ConfigNamesMapper.php, line 87 Class ConfigNamesMapper Configuration mapper base implementation. Namespace Drupal\config_translation Code protected $languageManager;

ConfigNamesMapper::$langcode

The language code of the language this mapper, if any. Type: string|null File core/modules/config_translation/src/ConfigNamesMapper.php, line 80 Class ConfigNamesMapper Configuration mapper base implementation. Namespace Drupal\config_translation Code protected $langcode = NULL;

ConfigNamesMapper::$configMapperManager

The mapper plugin discovery service. Type: \Drupal\config_translation\ConfigMapperManagerInterface File core/modules/config_translation/src/ConfigNamesMapper.php, line 52 Class ConfigNamesMapper Configuration mapper base implementation. Namespace Drupal\config_translation Code protected $configMapperManager;

ConfigNamesMapper::$configFactory

The configuration factory. Type: \Drupal\Core\Config\ConfigFactoryInterface File core/modules/config_translation/src/ConfigNamesMapper.php, line 31 Class ConfigNamesMapper Configuration mapper base implementation. Namespace Drupal\config_translation Code protected $configFactory;

ConfigNamesMapper::$baseRoute

The base route object that the mapper is attached to. File core/modules/config_translation/src/ConfigNamesMapper.php, line 66 Class ConfigNamesMapper Configuration mapper base implementation. Namespace Drupal\config_translation Code protected $baseRoute;

ConfigNamesMapper

Configuration mapper base implementation. Hierarchy class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterfaceclass \Drupal\Core\Plugin\PluginBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\config_translation\ConfigNamesMapper implements ConfigMapperInterface, ContainerFactoryPluginInterface File core/modules/config_translation/src/ConfigNamesMapper.php, line 24 Namespace Drupal\config_translation Members

ConfigNameException

Exception thrown when a config object name is invalid. Hierarchy class \Drupal\Core\Config\ConfigException extends \RuntimeExceptionclass \Drupal\Core\Config\ConfigNameException File core/lib/Drupal/Core/Config/ConfigNameException.php, line 8 Namespace Drupal\Core\Config Members