Kale.php

Same filename in other branches
  1. 9 core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Kale.php
  2. 8.9.x core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Kale.php
  3. 10 core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Kale.php

Namespace

Drupal\plugin_test\Plugin\plugin_test\fruit

File

core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Kale.php

View source
<?php

declare (strict_types=1);
namespace Drupal\plugin_test\Plugin\plugin_test\fruit;


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

}

Classes

Title Deprecated Summary
Kale Plugin annotation @Plugin( id = "kale", label = "Kale", color = "green" )

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.