Broccoli.php
Same filename and directory in other branches
- 11.x core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/Broccoli.php
- 10 core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/Broccoli.php
- 9 core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/Broccoli.php
- 8.9.x core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/Broccoli.php
Namespace
Drupal\Tests\Component\Plugin\Fixtures\vegetableFile
-
core/
tests/ Drupal/ Tests/ Component/ Plugin/ Fixtures/ vegetable/ Broccoli.php
View source
<?php
declare (strict_types=1);
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.