function PluginID::get

Gets the value of an annotation.

Overrides AnnotationInterface::get

File

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

Class

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

Namespace

Drupal\Component\Annotation

Code

public function get() {
  return [
    'id' => $this->value,
    'class' => $this->class,
    'provider' => $this->provider,
  ];
}

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