You are here

class Orange in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Orange.php \Drupal\plugin_test\Plugin\plugin_test\fruit\Orange

Plugin annotation


@Plugin(
  id = "orange",
  label = "Orange",
  color = "orange"
)

Hierarchy

Expanded class hierarchy of Orange

3 string references to 'Orange'
AnnotatedClassDiscoveryTest::setUp in core/modules/system/src/Tests/Plugin/Discovery/AnnotatedClassDiscoveryTest.php
Performs setup tasks before each individual test method is run.
CustomDirectoryAnnotatedClassDiscoveryTest::setUp in core/modules/system/src/Tests/Plugin/Discovery/CustomDirectoryAnnotatedClassDiscoveryTest.php
Performs setup tasks before each individual test method is run.
StaticDiscoveryTest::setUp in core/modules/system/src/Tests/Plugin/Discovery/StaticDiscoveryTest.php
Performs setup tasks before each individual test method is run.

File

core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Orange.php, line 17
Contains \Drupal\plugin_test\Plugin\plugin_test\fruit\Orange.

Namespace

Drupal\plugin_test\Plugin\plugin_test\fruit
View source
class Orange implements FruitInterface {

}

Members