You are here

class Cherry in Zircon Profile 8

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

Expanded class hierarchy of Cherry

1 file declares its use of Cherry
DefaultFactoryTest.php in core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php
Contains \Drupal\Tests\Component\Plugin\DefaultFactoryTest.
6 string references to 'Cherry'
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::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.

... See full list

File

core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Cherry.php, line 17
Contains \Drupal\plugin_test\Plugin\plugin_test\fruit\Cherry.

Namespace

Drupal\plugin_test\Plugin\plugin_test\fruit
View source
class Cherry implements FruitInterface {

}

Members