public function AnnotationInterface::get in Service Container 7
Same name and namespace in other branches
- 7.2 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\AnnotationCode
public function get();