You are here

class Corn in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/Corn.php \Drupal\Tests\Component\Plugin\Fixtures\vegetable\Corn
  2. 9 core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/Corn.php \Drupal\Tests\Component\Plugin\Fixtures\vegetable\Corn

Plugin annotation


@Plugin(
  id = "corn",
  label = "Corn",
  color = "yellow"
)

Hierarchy

Expanded class hierarchy of Corn

1 file declares its use of Corn
DefaultFactoryTest.php in core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php

File

core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/Corn.php, line 12

Namespace

Drupal\Tests\Component\Plugin\Fixtures\vegetable
View source
class Corn implements VegetableInterface {

}

Members