function Plugin::get

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Component/Annotation/Plugin.php \Drupal\Component\Annotation\Plugin::get()
  2. 10 core/lib/Drupal/Component/Annotation/Plugin.php \Drupal\Component\Annotation\Plugin::get()
  3. 8.9.x core/lib/Drupal/Component/Annotation/Plugin.php \Drupal\Component\Annotation\Plugin::get()
2 methods override Plugin::get()
Layout::get in core/lib/Drupal/Core/Layout/Annotation/Layout.php
Gets the value of an annotation.
SectionStorage::get in core/modules/layout_builder/src/Annotation/SectionStorage.php
Gets the value of an annotation.

File

core/lib/Drupal/Component/Annotation/Plugin.php, line 73

Class

Plugin
Defines a Plugin annotation object.

Namespace

Drupal\Component\Annotation

Code

public function get() {
  return $this->definition;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.