interface EntityLegalPluginInterface in Entity Legal 8.2
Same name and namespace in other branches
- 4.0.x src/EntityLegalPluginInterface.php \Drupal\entity_legal\EntityLegalPluginInterface
- 3.0.x src/EntityLegalPluginInterface.php \Drupal\entity_legal\EntityLegalPluginInterface
Interface ResponsiveMenusInterface.
@package Drupal\responsive_menus
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\entity_legal\EntityLegalPluginInterface
Expanded class hierarchy of EntityLegalPluginInterface
All classes that implement EntityLegalPluginInterface
File
- src/
EntityLegalPluginInterface.php, line 12
Namespace
Drupal\entity_legalView source
interface EntityLegalPluginInterface extends PluginInspectionInterface {
/**
* Execute callback for Entity Legal method plugin.
*
* @param array $context
* Contextual information for plugin to execute on.
*/
public function execute(array &$context = []);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
EntityLegalPluginInterface:: |
public | function | Execute callback for Entity Legal method plugin. | 4 |
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |