BigApple.php
Same filename in other branches
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
declare (strict_types=1);
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.