protected property DefaultPluginManager::$defaults in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/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
- core/
lib/ Drupal/ Core/ Plugin/ DefaultPluginManager.php, line 74
Class
- DefaultPluginManager
- Base class for plugin managers.
Namespace
Drupal\Core\PluginCode
protected $defaults = [];