class Corn in Drupal 9
Same name and namespace in other branches
- 8 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
- class \Drupal\Tests\Component\Plugin\Fixtures\vegetable\Corn implements VegetableInterface
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\vegetableView source
class Corn implements VegetableInterface {
}