You are here

public function ReplicationTaskInterface::setParameter in Replication 8.2

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

Set a parameter for the filter plugin.

If no parameter bag yet exists, an empty parameter bag will be created.

Parameters

string $name: The parameter name to set.

string $value: The value for the parameter.

Return value

ReplicationTaskInterface Returns $this.

1 method overrides ReplicationTaskInterface::setParameter()
ReplicationTask::setParameter in src/ReplicationTask/ReplicationTask.php
Set a parameter for the filter plugin.

File

src/ReplicationTask/ReplicationTaskInterface.php, line 59

Class

ReplicationTaskInterface
The replication settings between source and target.

Namespace

Drupal\replication\ReplicationTask

Code

public function setParameter($name, $value);