Same filename and directory in other branches
  1. 8.9.x core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.php
  2. 9 core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.php

Namespace

Drupal\plugin_test_extended\Plugin\Annotation

File

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

Namesort descending Description
PluginExtended Defines a test annotation that extends an annotation in another namespace.