You are here

class Banana in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

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().

... See full list

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\fruit
View source
class Banana implements FruitInterface {

}

Members