class Apple in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Apple.php \Drupal\plugin_test\Plugin\plugin_test\fruit\Apple
Plugin annotation
@Plugin(
id = "apple",
label = "Apple",
color = "green"
)
Hierarchy
- class \Drupal\plugin_test\Plugin\plugin_test\fruit\Apple implements FruitInterface
Expanded class hierarchy of Apple
10 string references to 'Apple'
- AnnotatedClassDiscoveryTest::setUp in core/
modules/ system/ src/ Tests/ Plugin/ Discovery/ AnnotatedClassDiscoveryTest.php - Performs setup tasks before each individual test method is run.
- CustomDirectoryAnnotatedClassDiscoveryTest::setUp in core/
modules/ system/ src/ Tests/ Plugin/ Discovery/ CustomDirectoryAnnotatedClassDiscoveryTest.php - Performs setup tasks before each individual test method is run.
- DefaultPluginManagerTest::setUp in core/
tests/ Drupal/ Tests/ Core/ Plugin/ DefaultPluginManagerTest.php - EntityTypeBundleInfoTest::providerTestGetBundleInfo in core/
tests/ Drupal/ Tests/ Core/ Entity/ EntityTypeBundleInfoTest.php - Provides test data for testGetBundleInfo().
- EntityTypeBundleInfoTest::testGetAllBundleInfo in core/
tests/ Drupal/ Tests/ Core/ Entity/ EntityTypeBundleInfoTest.php - Tests the getAllBundleInfo() method.
File
- core/
modules/ system/ tests/ modules/ plugin_test/ src/ Plugin/ plugin_test/ fruit/ Apple.php, line 17 - Contains \Drupal\plugin_test\Plugin\plugin_test\fruit\Apple.
Namespace
Drupal\plugin_test\Plugin\plugin_test\fruitView source
class Apple implements FruitInterface {
}