You are here

public function EntityLegalPluginInterface::execute in Entity Legal 8.2

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

Execute callback for Entity Legal method plugin.

Parameters

array $context: Contextual information for plugin to execute on.

4 methods override EntityLegalPluginInterface::execute()
Message::execute in src/Plugin/EntityLegal/Message.php
Execute callback for Entity Legal method plugin.
Popup::execute in src/Plugin/EntityLegal/Popup.php
Execute callback for Entity Legal method plugin.
ProfileForm::execute in src/Plugin/EntityLegal/ProfileForm.php
Execute callback for Entity Legal method plugin.
Redirect::execute in src/Plugin/EntityLegal/Redirect.php
Execute callback for Entity Legal method plugin.

File

src/EntityLegalPluginInterface.php, line 20

Class

EntityLegalPluginInterface
Interface ResponsiveMenusInterface.

Namespace

Drupal\entity_legal

Code

public function execute(array &$context = []);