Same name and namespace in other branches
  1. 8.9.x core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Orange.php \Drupal\plugin_test\Plugin\plugin_test\fruit\Orange
  2. 9 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/tests/Drupal/KernelTests/Core/Plugin/Discovery/AnnotatedClassDiscoveryTest.php
CustomDirectoryAnnotatedClassDiscoveryTest::setUp in core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomDirectoryAnnotatedClassDiscoveryTest.php
StaticDiscoveryTest::setUp in core/tests/Drupal/KernelTests/Core/Plugin/Discovery/StaticDiscoveryTest.php

File

core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Orange.php, line 12

Namespace

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

}

Members