function ConfigTranslationEntityListBuilderInterface::setMapperDefinition
Same name in other branches
- 9 core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilderInterface.php \Drupal\config_translation\Controller\ConfigTranslationEntityListBuilderInterface::setMapperDefinition()
- 8.9.x core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilderInterface.php \Drupal\config_translation\Controller\ConfigTranslationEntityListBuilderInterface::setMapperDefinition()
- 11.x core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilderInterface.php \Drupal\config_translation\Controller\ConfigTranslationEntityListBuilderInterface::setMapperDefinition()
Sets the config translation mapper definition.
Parameters
mixed $mapper_definition: The plugin definition of the config translation mapper.
Return value
$this
1 method overrides ConfigTranslationEntityListBuilderInterface::setMapperDefinition()
- ConfigTranslationEntityListBuilder::setMapperDefinition in core/
modules/ config_translation/ src/ Controller/ ConfigTranslationEntityListBuilder.php - Sets the config translation mapper definition.
File
-
core/
modules/ config_translation/ src/ Controller/ ConfigTranslationEntityListBuilderInterface.php, line 33
Class
- ConfigTranslationEntityListBuilderInterface
- Defines an interface for configuration translation entity list builders.
Namespace
Drupal\config_translation\ControllerCode
public function setMapperDefinition($mapper_definition);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.