function AnnotationInterface::get
Same name in other branches
- 9 core/lib/Drupal/Component/Annotation/AnnotationInterface.php \Drupal\Component\Annotation\AnnotationInterface::get()
- 8.9.x core/lib/Drupal/Component/Annotation/AnnotationInterface.php \Drupal\Component\Annotation\AnnotationInterface::get()
- 10 core/lib/Drupal/Component/Annotation/AnnotationInterface.php \Drupal\Component\Annotation\AnnotationInterface::get()
Gets the value of an annotation.
6 methods override AnnotationInterface::get()
- AnnotationBaseStub::get in core/
tests/ Drupal/ Tests/ Component/ Annotation/ AnnotationBaseTest.php - Gets the value of an annotation.
- Plugin::get in core/
lib/ Drupal/ Component/ Annotation/ Plugin.php - 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.
- PluralTranslation::get in core/
lib/ Drupal/ Core/ Annotation/ PluralTranslation.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();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.