FruitInterface.php in Drupal 10
File
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/FruitInterface.phpView source
<?php
namespace Drupal\plugin_test\Plugin\plugin_test\fruit;
/**
* Provides an interface for test plugins.
*/
interface FruitInterface {
}
Interfaces
Name | Description |
---|---|
FruitInterface | Provides an interface for test plugins. |