public function AnnotationInterface::getProvider in Plug 7
Gets the name of the provider of the annotated class.
Return value
string
2 methods override AnnotationInterface::getProvider()
- AnnotationBase::getProvider in lib/
Drupal/ Component/ Annotation/ AnnotationBase.php - Gets the name of the provider of the annotated class.
- Plugin::getProvider in lib/
Drupal/ Component/ Annotation/ Plugin.php - Gets the name of the provider of the annotated class.
File
- lib/
Drupal/ Component/ Annotation/ AnnotationInterface.php, line 25 - Contains \Drupal\Component\Annotation\AnnotationInterface.
Class
- AnnotationInterface
- Defines a common interface for classed annotations.
Namespace
Drupal\Component\AnnotationCode
public function getProvider();