class Kale 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/Kale.php \Drupal\plugin_test\Plugin\plugin_test\fruit\Kale
Plugin annotation
@Plugin(
id = "kale",
label = "Kale",
color = "green"
)
Hierarchy
- class \Drupal\plugin_test\Plugin\plugin_test\fruit\Kale
Expanded class hierarchy of Kale
1 file declares its use of Kale
- DefaultFactoryTest.php in core/
tests/ Drupal/ Tests/ Component/ Plugin/ DefaultFactoryTest.php - Contains \Drupal\Tests\Component\Plugin\DefaultFactoryTest.
4 string references to 'Kale'
- 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::testCreateInstanceWithInvalidInterfaces in core/
tests/ Drupal/ Tests/ Core/ Plugin/ DefaultPluginManagerTest.php - Tests plugins without the proper interface.
- DefaultPluginManagerTest::testGetDefinitionsWithoutRequiredInterface in core/
tests/ Drupal/ Tests/ Core/ Plugin/ DefaultPluginManagerTest.php - Tests plugins without a required interface.
File
- core/
modules/ system/ tests/ modules/ plugin_test/ src/ Plugin/ plugin_test/ fruit/ Kale.php, line 17 - Contains \Drupal\plugin_test\Plugin\plugin_test\fruit\Kale.
Namespace
Drupal\plugin_test\Plugin\plugin_test\fruitView source
class Kale {
}