ConfigMapperManager::$defaults

A set of defaults to be referenced by $this->processDefinition() if additional processing of plugins is necessary or helpful for development purposes.

Type: array

Overrides DefaultPluginManager::$defaults

File

core/modules/config_translation/src/ConfigMapperManager.php, line 42

Class

ConfigMapperManager
Manages plugins for configuration translation mappers.

Namespace

Drupal\config_translation

Code

1
2
3
4
5
6
protected $defaults = array(
  'title' => '',
  'names' => array(),
  'weight' => 20,
  'class' => '\Drupal\config_translation\ConfigNamesMapper',
);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.