ConfigTranslationEntityListBuilderInterface::setMapperDefinition

public ConfigTranslationEntityListBuilderInterface::setMapperDefinition($mapper_definition)

Sets the config translation mapper definition.

Parameters

mixed $mapper_definition: The plugin definition of the config translation mapper.

Return value

$this

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\Controller

Code

1
public function setMapperDefinition($mapper_definition);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.