You are here

Kale.php in Zircon Profile 8

File

core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Kale.php
View source
<?php

/**
 * @file
 * Contains \Drupal\plugin_test\Plugin\plugin_test\fruit\Kale.
 */
namespace Drupal\plugin_test\Plugin\plugin_test\fruit;


/**
 * @Plugin(
 *   id = "kale",
 *   label = "Kale",
 *   color = "green"
 * )
 */
class Kale {

}

Classes

Namesort descending Description
Kale Plugin annotation @Plugin( id = "kale", label = "Kale", color = "green" )