You are here

protected property DefaultPluginManager::$defaults in Service Container 7

Same name and namespace in other branches
  1. 7.2 lib/Drupal/Component/Plugin/DefaultPluginManager.php \Drupal\Core\Plugin\DefaultPluginManager::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

File

lib/Drupal/Component/Plugin/DefaultPluginManager.php, line 81
Contains \Drupal\Core\Plugin\DefaultPluginManager.

Class

DefaultPluginManager
Base class for plugin managers.

Namespace

Drupal\Core\Plugin

Code

protected $defaults = array();