function 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.
- PluginID::get in core/
lib/ Drupal/ Component/ Annotation/ PluginID.php - Gets the value of an annotation.
- PluralTranslation::get in core/
lib/ Drupal/ Core/ Annotation/ PluralTranslation.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 13
Class
- AnnotationInterface
- Defines a common interface for classed annotations.
Namespace
Drupal\Component\AnnotationCode
public function get();