class Apple

Plugin annotation


@Plugin(
  id = "apple",
  label = "Apple",
  color = "green"
)

Hierarchy

  • class \Drupal\plugin_test\Plugin\plugin_test\fruit\Apple

Expanded class hierarchy of Apple

3 string references to 'Apple'
AnnotatedClassDiscoveryTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/Discovery/AnnotatedClassDiscoveryTest.php
Sets up unit test environment.
CacheDecoratorTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/CacheDecoratorTest.php
Sets up unit test environment.
StaticDiscoveryTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/Discovery/StaticDiscoveryTest.php
Sets up unit test environment.

File

drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/fruit/Apple.php, line 19
Definition of Drupal\plugin_test\Plugin\plugin_test\fruit\Apple.

Namespace

Drupal\plugin_test\Plugin\plugin_test\fruit
View source
class Apple {

}

Members