function ConfigTranslationMapperList::__construct
Constructs a new ConfigTranslationMapperList object.
Parameters
\Drupal\config_translation\ConfigMapperInterface[] $mappers: The configuration mapper manager.
File
- 
              core/
modules/ config_translation/ src/ Controller/ ConfigTranslationMapperList.php, line 29  
Class
- ConfigTranslationMapperList
 - Defines the configuration translation mapper list.
 
Namespace
Drupal\config_translation\ControllerCode
public function __construct(array $mappers) {
  $this->mappers = $mappers;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.