class Banana 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/Banana.php \Drupal\plugin_test\Plugin\plugin_test\fruit\Banana
Plugin annotation
@Plugin(
id = "banana",
label = "Banana",
color = "yellow",
uses = {
"bread" = @Translation("Banana bread")
}
)
Hierarchy
- class \Drupal\plugin_test\Plugin\plugin_test\fruit\Banana implements FruitInterface
Expanded class hierarchy of Banana
12 string references to 'Banana'
- AnnotatedClassDiscoveryTest::setUp in core/
modules/ system/ src/ Tests/ Plugin/ Discovery/ AnnotatedClassDiscoveryTest.php - Performs setup tasks before each individual test method is run.
- CategoryAutocompleteTest::providerTestAutocompleteSuggestions in core/
modules/ block/ tests/ src/ Unit/ CategoryAutocompleteTest.php - Data provider for testAutocompleteSuggestions().
- 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().
File
- core/
modules/ system/ tests/ modules/ plugin_test/ src/ Plugin/ plugin_test/ fruit/ Banana.php, line 20 - Contains \Drupal\plugin_test\Plugin\plugin_test\fruit\Banana.
Namespace
Drupal\plugin_test\Plugin\plugin_test\fruitView source
class Banana implements FruitInterface {
}