You are here

public function ReplicationFilterInterface::getLabel in Replication 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/ReplicationFilterInterface.php \Drupal\replication\Plugin\ReplicationFilterInterface::getLabel()

Get the label for the filter.

Return value

string

1 method overrides ReplicationFilterInterface::getLabel()
ReplicationFilterBase::getLabel in src/Plugin/ReplicationFilter/ReplicationFilterBase.php
Get the label for the filter.

File

src/Plugin/ReplicationFilterInterface.php, line 22

Class

ReplicationFilterInterface
Defines a replication filter.

Namespace

Drupal\replication\Plugin

Code

public function getLabel();