You are here

public function Changes::parameters in Replication 8.2

Same name and namespace in other branches
  1. 8 src/Changes/Changes.php \Drupal\replication\Changes\Changes::parameters()

Set the parameters for the filter plugin.

Parameters

array $parameters: The parameters passed to the filter plugin.

Return value

\Drupal\replication\Changes\ChangesInterface Returns $this.

Overrides ChangesInterface::parameters

File

src/Changes/Changes.php, line 108

Class

Changes

Namespace

Drupal\replication\Changes

Code

public function parameters(array $parameters = NULL) {
  $this->parameters = $parameters;
  return $this;
}