MockPluginInterface.php in Plugin 8.2
File
tests/modules/plugin_test_helper/src/Plugin/PluginTestHelper/MockPluginInterface.phpView source
<?php
namespace Drupal\plugin_test_helper\Plugin\PluginTestHelper;
use Drupal\Component\Plugin\PluginInspectionInterface;
/**
* Defines a mock plugin.
*/
interface MockPluginInterface extends PluginInspectionInterface {
}
Interfaces
Name | Description |
---|---|
MockPluginInterface | Defines a mock plugin. |