class Orange in Drupal 9
Same name and namespace in other branches
- 8 core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Orange.php \Drupal\plugin_test\Plugin\plugin_test\fruit\Orange
- 10 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
- class \Drupal\plugin_test\Plugin\plugin_test\fruit\Orange implements FruitInterface
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\fruitView source
class Orange implements FruitInterface {
}