interface FruitInterface in Drupal 10
Same name and namespace in other branches
- 8 core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/FruitInterface.php \Drupal\plugin_test\Plugin\plugin_test\fruit\FruitInterface
- 9 core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/FruitInterface.php \Drupal\plugin_test\Plugin\plugin_test\fruit\FruitInterface
Provides an interface for test plugins.
Hierarchy
- interface \Drupal\plugin_test\Plugin\plugin_test\fruit\FruitInterface
Expanded class hierarchy of FruitInterface
All classes that implement FruitInterface
File
- core/
modules/ system/ tests/ modules/ plugin_test/ src/ Plugin/ plugin_test/ fruit/ FruitInterface.php, line 8
Namespace
Drupal\plugin_test\Plugin\plugin_test\fruitView source
interface FruitInterface {
}