You are here

public function Plugin::get in Plug 7

Gets the value of an annotation.

Overrides AnnotationInterface::get

File

lib/Drupal/Component/Annotation/Plugin.php, line 78
Contains \Drupal\Component\Annotation\Plugin.

Class

Plugin
Defines a Plugin annotation object.

Namespace

Drupal\Component\Annotation

Code

public function get() {
  return $this->definition;
}