public function Plugin::get in Service Container 7.2
Same name and namespace in other branches
- 7 lib/Drupal/Component/Annotation/Plugin.php \Drupal\Component\Annotation\Plugin::get()
Gets the value of an annotation.
Overrides AnnotationInterface::get
File
- lib/
Drupal/ Component/ Annotation/ Plugin.php, line 78 - Contains \Drupal\Component\Annotation\Plugin.
Class
- Plugin
- Defines a Plugin annotation object.
Namespace
Drupal\Component\AnnotationCode
public function get() {
return $this->definition;
}