You are here

protected property PluginManagerBase::$discovery in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Component/Plugin/PluginManagerBase.php \Drupal\Component\Plugin\PluginManagerBase::discovery
  2. 10 core/lib/Drupal/Component/Plugin/PluginManagerBase.php \Drupal\Component\Plugin\PluginManagerBase::discovery

The object that discovers plugins managed by this manager.

Type: \Drupal\Component\Plugin\Discovery\DiscoveryInterface

File

core/lib/Drupal/Component/Plugin/PluginManagerBase.php, line 20

Class

PluginManagerBase
Base class for plugin managers.

Namespace

Drupal\Component\Plugin

Code

protected $discovery;