You are here

public function BaseInterface::execute in DRD Agent 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Agent/Action/BaseInterface.php \Drupal\drd_agent\Agent\Action\BaseInterface::execute()

Execute an action.

Return value

mixed The response of the action as an array which will be encrypted before returned to DRD.

1 method overrides BaseInterface::execute()
Base::execute in src/Agent/Action/Base.php
Execute an action.

File

src/Agent/Action/BaseInterface.php, line 129

Class

BaseInterface
Defines an interface for Remote DRD Action Code.

Namespace

Drupal\drd_agent\Agent\Action

Code

public function execute();