public function ChangesInterface::parameters in Replication 8
Same name and namespace in other branches
- 8.2 src/Changes/ChangesInterface.php \Drupal\replication\Changes\ChangesInterface::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.
1 method overrides ChangesInterface::parameters()
- Changes::parameters in src/
Changes/ Changes.php - Set the parameters for the filter plugin.
File
- src/
Changes/ ChangesInterface.php, line 36
Class
- ChangesInterface
- Define and build a changeset for a Workspace.
Namespace
Drupal\replication\ChangesCode
public function parameters(array $parameters = NULL);