ComponentPluginManager::$defaults

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Theme/ComponentPluginManager.php \Drupal\Core\Theme\ComponentPluginManager::defaults

Type: defaults

Overrides DefaultPluginManager::$defaults

File

core/lib/Drupal/Core/Theme/ComponentPluginManager.php, line 36

Class

ComponentPluginManager
Defines a plugin manager to deal with components.

Namespace

Drupal\Core\Theme

Code

protected $defaults = [
  'class' => Component::class,
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.