VegetableInterface.php in Drupal 8
Same filename and directory in other branches
File
core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/VegetableInterface.phpView source
<?php
namespace Drupal\Tests\Component\Plugin\Fixtures\vegetable;
/**
* Provides an interface for test plugins.
*/
interface VegetableInterface {
}
Interfaces
Name | Description |
---|---|
VegetableInterface | Provides an interface for test plugins. |