You are here

protected property DefaultPluginManager::$pluginDefinitionAnnotationName in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Plugin/DefaultPluginManager.php \Drupal\Core\Plugin\DefaultPluginManager::pluginDefinitionAnnotationName

The name of the annotation that contains the plugin definition.

Type: string

File

core/lib/Drupal/Core/Plugin/DefaultPluginManager.php, line 81

Class

DefaultPluginManager
Base class for plugin managers.

Namespace

Drupal\Core\Plugin

Code

protected $pluginDefinitionAnnotationName;