Kale.php in Drupal 8
Same filename and directory in other branches
File
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Kale.phpView source
<?php
namespace Drupal\plugin_test\Plugin\plugin_test\fruit;
/**
* @Plugin(
* id = "kale",
* label = "Kale",
* color = "green"
* )
*/
class Kale {
}