ExtendingNonInstalledClass.php

Same filename and directory in other branches
  1. 9 core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/ExtendingNonInstalledClass.php
  2. 10 core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/ExtendingNonInstalledClass.php
  3. 10 core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExtendingNonInstalledClass.php
  4. 11.x core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/ExtendingNonInstalledClass.php
  5. 11.x core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExtendingNonInstalledClass.php

Namespace

Drupal\plugin_test\Plugin\plugin_test\fruit

File

core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/ExtendingNonInstalledClass.php

View source
<?php

namespace Drupal\plugin_test\Plugin\plugin_test\fruit;

use Drupal\non_installed_module\Plugin\plugin_test\fruit\YummyFruit;

/**
 * @Plugin(
 *   id = "extending_non_installed_class",
 *   label = "A plugin whose class is extending from a non-installed module class",
 *   color = "pink",
 * )
 */
class ExtendingNonInstalledClass extends YummyFruit {

}

Classes

Title Deprecated Summary
ExtendingNonInstalledClass Plugin annotation @Plugin( id = "extending_non_installed_class", label = "A plugin whose class is extending from a non-installed module class", color = "pink", )

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.