class PluginExample

Defines a custom Plugin annotation.

Hierarchy

Expanded class hierarchy of PluginExample

2 files declare their use of PluginExample
2 classes are annotated with PluginExample

File

drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/Annotation/PluginExample.php, line 17
Contains \Drupal\plugin_test\Plugin\Annotation\PluginExample.

Namespace

Drupal\plugin_test\Plugin\Annotation
View source

Members

Namesort descending Modifiers Type Description Overrides
PluginExample::$custom public property Another plugin metadata.
PluginExample::$id public property The plugin ID.
PluginExample::get public function Returns the value of an annotation. Overrides AnnotationInterface::get