class Cherry in Drupal 10
Same name and namespace in other branches
- 8 core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Cherry.php \Drupal\plugin_test\Plugin\plugin_test\fruit\Cherry
- 9 core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Cherry.php \Drupal\plugin_test\Plugin\plugin_test\fruit\Cherry
Plugin annotation
@Plugin(
id = "cherry",
label = "Cherry",
color = "red"
)
Hierarchy
- class \Drupal\plugin_test\Plugin\plugin_test\fruit\Cherry implements FruitInterface
Expanded class hierarchy of Cherry
6 string references to 'Cherry'
- AnnotatedClassDiscoveryTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ Discovery/ AnnotatedClassDiscoveryTest.php - CustomDirectoryAnnotatedClassDiscoveryTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ Discovery/ CustomDirectoryAnnotatedClassDiscoveryTest.php - DefaultPluginManagerTest::testDefaultPluginManagerWithDisabledModule in core/
tests/ Drupal/ Tests/ Core/ Plugin/ DefaultPluginManagerTest.php - Tests the plugin manager with a disabled module.
- DefaultPluginManagerTest::testDefaultPluginManagerWithObjects in core/
tests/ Drupal/ Tests/ Core/ Plugin/ DefaultPluginManagerTest.php - Tests the plugin manager and object plugin definitions.
- LazyPluginCollectionTestBase::getPluginDefinitions in core/
tests/ Drupal/ Tests/ Core/ Plugin/ LazyPluginCollectionTestBase.php - Returns some example plugin definitions.
File
- core/
modules/ system/ tests/ modules/ plugin_test/ src/ Plugin/ plugin_test/ fruit/ Cherry.php, line 12
Namespace
Drupal\plugin_test\Plugin\plugin_test\fruitView source
class Cherry implements FruitInterface {
}