You are here

MockPluginInterface.php in Plugin 8.2

File

tests/modules/plugin_test_helper/src/Plugin/PluginTestHelper/MockPluginInterface.php
View source
<?php

namespace Drupal\plugin_test_helper\Plugin\PluginTestHelper;

use Drupal\Component\Plugin\PluginInspectionInterface;

/**
 * Defines a mock plugin.
 */
interface MockPluginInterface extends PluginInspectionInterface {

}

Interfaces

Namesort descending Description
MockPluginInterface Defines a mock plugin.