PluginExtended.php

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. 10 core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.php
  3. 11.x 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

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.