You are here

protected property PluginTypeManager::$pluginTypes in Plugin 8.2

The known plugin types.

An array of plugin types or NULL if plugin type discovery has not been executed yet.

Type: \Drupal\plugin\PluginType\PluginTypeInterface[]|null

File

src/PluginType/PluginTypeManager.php, line 37

Class

PluginTypeManager
Provides a plugin type manager.

Namespace

Drupal\plugin\PluginType

Code

protected $pluginTypes;