public function AnnotationInterface::get

Returns the value of an annotation.

4 methods override AnnotationInterface::get()
Plugin::get in drupal/core/lib/Drupal/Component/Annotation/Plugin.php
Implements Drupal\Core\Annotation\AnnotationInterface::get().
PluginExample::get in drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/Annotation/PluginExample.php
Returns the value of an annotation.
PluginID::get in drupal/core/lib/Drupal/Component/Annotation/PluginID.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/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();