EntityLegalPluginInterface.php in Entity Legal 4.0.x
Same filename and directory in other branches
Namespace
Drupal\entity_legalFile
src/EntityLegalPluginInterface.phpView source
<?php
namespace Drupal\entity_legal;
use Drupal\Component\Plugin\PluginInspectionInterface;
/**
* Interface ResponsiveMenusInterface.
*
* @package Drupal\responsive_menus
*/
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 = []);
}
Interfaces
Name | Description |
---|---|
EntityLegalPluginInterface | Interface ResponsiveMenusInterface. |