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