protected property PluginManagerBase::$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

drupal/core/lib/Drupal/Component/Plugin/PluginManagerBase.php, line 46
Definition of Drupal\Component\Plugin\PluginManagerBase

Class

PluginManagerBase
Base class for plugin managers.

Namespace

Drupal\Component\Plugin

Code

protected $defaults = array();