You are here

interface MockPluginInterface in Plugin 8.2

Defines a mock plugin.

Hierarchy

Expanded class hierarchy of MockPluginInterface

All classes that implement MockPluginInterface

1 file declares its use of MockPluginInterface
PluginInstanceParamConverter.php in tests/modules/plugin_test_helper/src/Controller/PluginInstanceParamConverter.php

File

tests/modules/plugin_test_helper/src/Plugin/PluginTestHelper/MockPluginInterface.php, line 10

Namespace

Drupal\plugin_test_helper\Plugin\PluginTestHelper
View source
interface MockPluginInterface extends PluginInspectionInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
PluginInspectionInterface::getPluginDefinition public function Gets the definition of the plugin implementation. 4
PluginInspectionInterface::getPluginId public function Gets the plugin_id of the plugin instance. 2