public function Plugin::get

Implements Drupal\Core\Annotation\AnnotationInterface::get().

Overrides AnnotationInterface::get

File

drupal/core/lib/Drupal/Component/Annotation/Plugin.php, line 76
Contains Drupal\Component\Annotation\Plugin.

Class

Plugin
Defines a Plugin annotation object.

Namespace

Drupal\Component\Annotation

Code

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