Corn.php in Drupal 9
Same filename and directory in other branches
File
core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/Corn.phpView source
<?php
namespace Drupal\Tests\Component\Plugin\Fixtures\vegetable;
/**
* @Plugin(
* id = "corn",
* label = "Corn",
* color = "yellow"
* )
*/
class Corn implements VegetableInterface {
}