VegetableInterface.php
Same filename in other branches
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.