You are here

interface EntityLegalPluginInterface in Entity Legal 8.2

Same name and namespace in other branches
  1. 4.0.x src/EntityLegalPluginInterface.php \Drupal\entity_legal\EntityLegalPluginInterface
  2. 3.0.x src/EntityLegalPluginInterface.php \Drupal\entity_legal\EntityLegalPluginInterface

Interface ResponsiveMenusInterface.

@package Drupal\responsive_menus

Hierarchy

Expanded class hierarchy of EntityLegalPluginInterface

All classes that implement EntityLegalPluginInterface

File

src/EntityLegalPluginInterface.php, line 12

Namespace

Drupal\entity_legal
View 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

Namesort descending Modifiers Type Description Overrides
EntityLegalPluginInterface::execute public function Execute callback for Entity Legal method plugin. 4
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