BigApple.php
Same filename in other branches
- 8.9.x core/modules/system/tests/modules/plugin_test_extended/src/Plugin/plugin_test/fruit/BigApple.php
- 10 core/modules/system/tests/modules/plugin_test_extended/src/Plugin/plugin_test/fruit/BigApple.php
- 11.x core/modules/system/tests/modules/plugin_test_extended/src/Plugin/plugin_test/fruit/BigApple.php
Namespace
Drupal\plugin_test_extended\Plugin\plugin_test\fruitFile
-
core/
modules/ system/ tests/ modules/ plugin_test_extended/ src/ Plugin/ plugin_test/ fruit/ BigApple.php
View source
<?php
namespace Drupal\plugin_test_extended\Plugin\plugin_test\fruit;
/**
* @PluginExtended(
* id = "big_apple",
* label = "Big Apple",
* color = "green"
* )
*/
class BigApple {
}
Classes
Title | Deprecated | Summary |
---|---|---|
BigApple | Plugin annotation @PluginExtended( id = "big_apple", label = "Big Apple", color = "green" ) |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.