You are here

protected property ConfigMapperManager::$defaults in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/config_translation/src/ConfigMapperManager.php \Drupal\config_translation\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 47
Contains \Drupal\config_translation\ConfigMapperManager.

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',
);