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

protected $defaults = array(
  'title' => '',
  'names' => array(),
  'weight' => 20,
  'class' => '\Drupal\config_translation\ConfigNamesMapper',
);
doc_Drupal
2016-10-29 08:54:10
Comments
Leave a Comment

Please login to continue.