public function AnnotationInterface::getClass in Service Container 7
Same name and namespace in other branches
- 7.2 lib/Drupal/Component/Annotation/AnnotationInterface.php \Drupal\Component\Annotation\AnnotationInterface::getClass()
Gets the class of the annotated class.
Return value
string
2 methods override AnnotationInterface::getClass()
- AnnotationBase::getClass in lib/
Drupal/ Component/ Annotation/ AnnotationBase.php - Gets the class of the annotated class.
- Plugin::getClass in lib/
Drupal/ Component/ Annotation/ Plugin.php - Gets the class of the annotated class.
File
- lib/
Drupal/ Component/ Annotation/ AnnotationInterface.php, line 46 - Contains \Drupal\Component\Annotation\AnnotationInterface.
Class
- AnnotationInterface
- Defines a common interface for classed annotations.
Namespace
Drupal\Component\AnnotationCode
public function getClass();