PluginExtended.php in Drupal 9
Same filename and directory in other branches
File
core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.phpView 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
Name | Description |
---|---|
PluginExtended | Defines a test annotation that extends an annotation in another namespace. |