You are here

public function ReplicationSettings::getFilterId in Replication 8.2

Same name and namespace in other branches
  1. 8 src/Entity/ReplicationSettings.php \Drupal\replication\Entity\ReplicationSettings::getFilterId()

Get the plugin ID of the replication filter to use.

Return value

string

Overrides ReplicationSettingsInterface::getFilterId

File

src/Entity/ReplicationSettings.php, line 57

Class

ReplicationSettings
Defines the replication settings entity.

Namespace

Drupal\replication\Entity

Code

public function getFilterId() {
  return $this->filter_id;
}