public function Plugin::getClass in Plug 7
Gets the class of the annotated class.
Return value
string
Overrides AnnotationInterface::getClass
File
- lib/
Drupal/ Component/ Annotation/ Plugin.php, line 106 - Contains \Drupal\Component\Annotation\Plugin.
Class
- Plugin
- Defines a Plugin annotation object.
Namespace
Drupal\Component\AnnotationCode
public function getClass() {
return $this->definition['class'];
}