class Orange

Plugin annotation


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

Hierarchy

  • class \Drupal\plugin_test\Plugin\plugin_test\fruit\Orange

Expanded class hierarchy of Orange

3 string references to 'Orange'
AnnotatedClassDiscoveryTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/Discovery/AnnotatedClassDiscoveryTest.php
Sets up unit test environment.
CacheDecoratorTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/CacheDecoratorTest.php
Sets up unit test environment.
StaticDiscoveryTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/Discovery/StaticDiscoveryTest.php
Sets up unit test environment.

File

drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/fruit/Orange.php, line 19
Definition of Drupal\plugin_test\Plugin\plugin_test\fruit\Orange.

Namespace

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

}

Members