public function AnnotationInterface::get

Returns the value of an annotation.

2 methods override AnnotationInterface::get()
Plugin::get in drupal/core/lib/Drupal/Core/Annotation/Plugin.php
Implements Drupal\Core\Annotation\AnnotationInterface::get().
Translation::get in drupal/core/lib/Drupal/Core/Annotation/Translation.php
Implements Drupal\Core\Annotation\AnnotationInterface::get().

File

drupal/core/lib/Drupal/Core/Annotation/AnnotationInterface.php, line 18
Definition of Drupal\Core\Annotation\AnnotationInterface.

Class

AnnotationInterface
Defines a common interface for classed annotations.

Namespace

Drupal\Core\Annotation

Code

public function get();