PluginExtended.php
Same filename in other branches
Namespace
Drupal\plugin_test_extended\Plugin\AnnotationFile
-
core/
modules/ system/ tests/ modules/ plugin_test_extended/ src/ Plugin/ Annotation/ PluginExtended.php
View source
<?php
namespace Drupal\plugin_test_extended\Plugin\Annotation;
use Drupal\Component\Annotation\Plugin;
/**
* Defines a test annotation that extends an annotation in another namespace.
*
* @Annotation
*/
class PluginExtended extends Plugin {
}
Classes
Title | Deprecated | Summary |
---|---|---|
PluginExtended | Defines a test annotation that extends an annotation in another namespace. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.