You are here

public function AnnotationInterface::get in Service Container 7.2

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

Gets the value of an annotation.

3 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.
Translation::get in lib/Drupal/Core/Annotation/Translation.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();