You are here

namespace Drupal\Tests\Component\Plugin\Fixtures\vegetable in Drupal 9

Same name in other branches
  1. 8 Drupal\Tests\Component\Plugin\Fixtures\vegetable
Classsort descending Location Description
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.