You are here

public function ReplicationTaskInterface::getParameters in Replication 8.2

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

Get the parameters for the filter plugin.

Return value

array The parameters passed to the filter plugin.

1 method overrides ReplicationTaskInterface::getParameters()
ReplicationTask::getParameters in src/ReplicationTask/ReplicationTask.php
Get the parameters for the filter plugin.

File

src/ReplicationTask/ReplicationTaskInterface.php, line 89

Class

ReplicationTaskInterface
The replication settings between source and target.

Namespace

Drupal\replication\ReplicationTask

Code

public function getParameters();