public function EntityLegalPluginInterface::execute in Entity Legal 3.0.x
Same name and namespace in other branches
- 8.2 src/EntityLegalPluginInterface.php \Drupal\entity_legal\EntityLegalPluginInterface::execute()
- 4.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_legalCode
public function execute(array &$context = []);