You are here

Corn.php in Drupal 8

File

core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/Corn.php
View source
<?php

namespace Drupal\Tests\Component\Plugin\Fixtures\vegetable;


/**
 * @Plugin(
 *   id = "corn",
 *   label = "Corn",
 *   color = "yellow"
 * )
 */
class Corn implements VegetableInterface {

}

Classes

Namesort descending Description
Corn Plugin annotation @Plugin( id = "corn", label = "Corn", color = "yellow" )