function AnnotationInterface::getId
Same name in other branches
- 9 core/lib/Drupal/Component/Annotation/AnnotationInterface.php \Drupal\Component\Annotation\AnnotationInterface::getId()
- 10 core/lib/Drupal/Component/Annotation/AnnotationInterface.php \Drupal\Component\Annotation\AnnotationInterface::getId()
- 11.x core/lib/Drupal/Component/Annotation/AnnotationInterface.php \Drupal\Component\Annotation\AnnotationInterface::getId()
Gets the unique ID for this annotated class.
Return value
string
2 methods override AnnotationInterface::getId()
- AnnotationBase::getId in core/
lib/ Drupal/ Component/ Annotation/ AnnotationBase.php - Gets the unique ID for this annotated class.
- Plugin::getId in core/
lib/ Drupal/ Component/ Annotation/ Plugin.php - Gets the unique ID for this annotated class.
File
-
core/
lib/ Drupal/ Component/ Annotation/ AnnotationInterface.php, line 34
Class
- AnnotationInterface
- Defines a common interface for classed annotations.
Namespace
Drupal\Component\AnnotationCode
public function getId();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.