class Kale
Same name in other branches
- 9 core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Kale.php \Drupal\plugin_test\Plugin\plugin_test\fruit\Kale
- 8.9.x core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Kale.php \Drupal\plugin_test\Plugin\plugin_test\fruit\Kale
- 11.x core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Kale.php \Drupal\plugin_test\Plugin\plugin_test\fruit\Kale
Plugin annotation
@Plugin(
id = "kale",
label = "Kale",
color = "green"
)
Hierarchy
- class \Drupal\plugin_test\Plugin\plugin_test\fruit\Kale
Expanded class hierarchy of Kale
8 string references to 'Kale'
- AnnotatedClassDiscoveryTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ Discovery/ AnnotatedClassDiscoveryTest.php - AnnotatedClassDiscoveryTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ Discovery/ AnnotatedClassDiscoveryTest.php - CustomDirectoryAnnotatedClassDiscoveryTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ Discovery/ CustomDirectoryAnnotatedClassDiscoveryTest.php - CustomDirectoryAnnotatedClassDiscoveryTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ Discovery/ CustomDirectoryAnnotatedClassDiscoveryTest.php - DefaultPluginManagerTest::testCreateInstanceWithInvalidInterfaces in core/
tests/ Drupal/ Tests/ Core/ Plugin/ DefaultPluginManagerTest.php - Tests plugins without the proper interface.
File
-
core/
modules/ system/ tests/ modules/ plugin_test/ src/ Plugin/ plugin_test/ fruit/ Kale.php, line 12
Namespace
Drupal\plugin_test\Plugin\plugin_test\fruitView source
class Kale {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.