interface VegetableInterface in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/VegetableInterface.php \Drupal\Tests\Component\Plugin\Fixtures\vegetable\VegetableInterface
Provides an interface for test plugins.
Hierarchy
- interface \Drupal\Tests\Component\Plugin\Fixtures\vegetable\VegetableInterface
Expanded class hierarchy of VegetableInterface
All classes that implement VegetableInterface
1 file declares its use of VegetableInterface
- DefaultFactoryTest.php in core/
tests/ Drupal/ Tests/ Component/ Plugin/ DefaultFactoryTest.php
File
- core/
tests/ Drupal/ Tests/ Component/ Plugin/ Fixtures/ vegetable/ VegetableInterface.php, line 8
Namespace
Drupal\Tests\Component\Plugin\Fixtures\vegetableView source
interface VegetableInterface {
}