namespace Drupal\Tests\Component\Plugin\Fixtures\vegetable
Same name in other branches
Object name | File name | Summary |
---|---|---|
Broccoli | core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/Broccoli.php | Plugin annotation @Plugin( id = "broccoli", label = "Broccoli", color = "green" ) |
Corn | core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/Corn.php | Plugin annotation @Plugin( id = "corn", label = "Corn", color = "yellow" ) |
VegetableInterface | core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/VegetableInterface.php | Provides an interface for test plugins. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.