You are here

public function ReplicationTaskInterface::getParametersAsArray in Replication 8.2

Same name and namespace in other branches
  1. 8 src/ReplicationTask/ReplicationTaskInterface.php \Drupal\replication\ReplicationTask\ReplicationTaskInterface::getParametersAsArray()

Converts the parameter bag to an associative array and returns the array.

Return value

string[string] An associative array of parameters passed to the filter fn.

1 method overrides ReplicationTaskInterface::getParametersAsArray()
ReplicationTask::getParametersAsArray in src/ReplicationTask/ReplicationTask.php
Converts the parameter bag to an associative array and returns the array.

File

src/ReplicationTask/ReplicationTaskInterface.php, line 109

Class

ReplicationTaskInterface
The replication settings between source and target.

Namespace

Drupal\replication\ReplicationTask

Code

public function getParametersAsArray();