public property PluginID::$value

The plugin ID.

When an annotation is given no key, 'value' is assumed by Doctrine.

Type: string

File

drupal/core/lib/Drupal/Component/Annotation/PluginID.php, line 24
Contains Drupal\Component\Annotation\PluginID.

Class

PluginID
Defines a Plugin annotation object that just contains an ID.

Namespace

Drupal\Component\Annotation

Code

public $value;