You are here

protected property ConfigTranslationMapperList::$mappers in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php \Drupal\config_translation\Controller\ConfigTranslationMapperList::mappers

A array of configuration mapper instances.

Type: \Drupal\config_translation\ConfigMapperInterface[]

File

core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php, line 21

Class

ConfigTranslationMapperList
Defines the configuration translation mapper list.

Namespace

Drupal\config_translation\Controller

Code

protected $mappers;