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

Namespace

Drupal\plugin_test_extended\Plugin\plugin_test\fruit

File

core/modules/system/tests/modules/plugin_test_extended/src/Plugin/plugin_test/fruit/BigApple.php
View source
<?php

namespace Drupal\plugin_test_extended\Plugin\plugin_test\fruit;


/**
 * @PluginExtended(
 *   id = "big_apple",
 *   label = "Big Apple",
 *   color = "green"
 * )
 */
class BigApple {

}

Classes

Namesort descending Description
BigApple Plugin annotation @PluginExtended( id = "big_apple", label = "Big Apple", color = "green" )