public function ChangesInterface::filter in Replication 8
Same name and namespace in other branches
- 8.2 src/Changes/ChangesInterface.php \Drupal\replication\Changes\ChangesInterface::filter()
Set the ID of the filter plugin to use to refine the changeset.
Parameters
string $filter: The plugin id of a Drupal\replication\Plugin\ReplicationFilterInterface.
Return value
\Drupal\replication\Changes\ChangesInterface Returns $this.
1 method overrides ChangesInterface::filter()
- Changes::filter in src/
Changes/ Changes.php - Set the ID of the filter plugin to use to refine the changeset.
File
- src/
Changes/ ChangesInterface.php, line 25
Class
- ChangesInterface
- Define and build a changeset for a Workspace.
Namespace
Drupal\replication\ChangesCode
public function filter($filter);