You are here

EntityLegalPluginInterface.php in Entity Legal 3.0.x

File

src/EntityLegalPluginInterface.php
View 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

Namesort descending Description
EntityLegalPluginInterface Interface ResponsiveMenusInterface.