You are here

public function AnnotationInterface::get in Zircon Profile 8

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

Gets the value of an annotation.

4 methods override AnnotationInterface::get()
Plugin::get in core/lib/Drupal/Component/Annotation/Plugin.php
Gets the value of an annotation.
PluginExample::get in core/modules/system/tests/modules/plugin_test/src/Plugin/Annotation/PluginExample.php
Gets the value of an annotation.
PluginID::get in core/lib/Drupal/Component/Annotation/PluginID.php
Gets the value of an annotation.
Translation::get in core/lib/Drupal/Core/Annotation/Translation.php
Gets the value of an annotation.

File

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();