You are here

public function Plugin::get in Service Container 7.2

Same name and namespace in other branches
  1. 7 lib/Drupal/Component/Annotation/Plugin.php \Drupal\Component\Annotation\Plugin::get()

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;
}