You are here

Apple.php in Zircon Profile 8.0

File

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

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


/**
 * @Plugin(
 *   id = "apple",
 *   label = "Apple",
 *   color = "green"
 * )
 */
class Apple implements FruitInterface {

}

Classes

Namesort descending Description
Apple Plugin annotation @Plugin( id = "apple", label = "Apple", color = "green" )