VegetableInterface.php
Same filename and directory in other branches
- 11.x core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/VegetableInterface.php
- 10 core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/VegetableInterface.php
- 9 core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/VegetableInterface.php
- 8.9.x core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/VegetableInterface.php
Namespace
Drupal\Tests\Component\Plugin\Fixtures\vegetableFile
-
core/
tests/ Drupal/ Tests/ Component/ Plugin/ Fixtures/ vegetable/ VegetableInterface.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\Component\Plugin\Fixtures\vegetable;
/**
* Provides an interface for test plugins.
*/
interface VegetableInterface {
}
Interfaces
| Title | Deprecated | Summary |
|---|---|---|
| VegetableInterface | Provides an interface for test plugins. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.