Broccoli.php
Namespace
Drupal\Tests\Component\Plugin\Fixtures\vegetableFile
-
core/
tests/ Drupal/ Tests/ Component/ Plugin/ Fixtures/ vegetable/ Broccoli.php
View source
<?php
namespace Drupal\Tests\Component\Plugin\Fixtures\vegetable;
/**
* @Plugin(
* id = "broccoli",
* label = "Broccoli",
* color = "green"
* )
*/
class Broccoli {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| Broccoli | Plugin annotation @Plugin( id = "broccoli", label = "Broccoli", color = "green" ) |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.