You are here

public function BaseInterface::getArguments 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::getArguments()

Get the arguments for this request.

Return value

array Normalised array of all arguments received with the request.

1 method overrides BaseInterface::getArguments()
Base::getArguments in src/Agent/Action/Base.php
Get the arguments for this request.

File

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

Class

BaseInterface
Defines an interface for Remote DRD Action Code.

Namespace

Drupal\drd_agent\Agent\Action

Code

public function getArguments() : array;