public function DefaultConfigProcessor::setConfigMapper in Translation Management Tool 8
Overrides ConfigProcessorInterface::setConfigMapper
File
- sources/
tmgmt_config/ src/ DefaultConfigProcessor.php, line 23
Class
- DefaultConfigProcessor
- Default implementation of the config processor.
Namespace
Drupal\tmgmt_configCode
public function setConfigMapper(ConfigMapperInterface $config_mapper) {
$this->configMapper = $config_mapper;
}