interface MockPluginInterface in Plugin 8.2
Defines a mock plugin.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\plugin_test_helper\Plugin\PluginTestHelper\MockPluginInterface
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\PluginTestHelperView source
interface MockPluginInterface extends PluginInspectionInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |