You are here

public function AnnotationInterface::get in Plug 7

Gets the value of an annotation.

2 methods override AnnotationInterface::get()
Plugin::get in lib/Drupal/Component/Annotation/Plugin.php
Gets the value of an annotation.
PluginID::get in lib/Drupal/Component/Annotation/PluginID.php
Gets the value of an annotation.

File

lib/Drupal/Component/Annotation/AnnotationInterface.php, line 18
Contains \Drupal\Component\Annotation\AnnotationInterface.

Class

AnnotationInterface
Defines a common interface for classed annotations.

Namespace

Drupal\Component\Annotation

Code

public function get();