namespace Drupal\Tests\Component\Plugin\Fixtures\vegetable in Drupal 8
Same name in other branches
Class | Location | Description |
---|---|---|
Broccoli |
core/ |
Plugin annotation @Plugin( id = "broccoli", label = "Broccoli", color = "green" ) |
Corn |
core/ |
Plugin annotation @Plugin( id = "corn", label = "Corn", color = "yellow" ) |
VegetableInterface |
core/ |
Provides an interface for test plugins. |