You are here

public function GeofieldRectBoundaryFilter::adminSummary in Geofield 8

Display the filter on the administrative summary

Overrides FilterPluginBase::adminSummary

File

src/Plugin/views/filter/GeofieldRectBoundaryFilter.php, line 35

Class

GeofieldRectBoundaryFilter
Filter handler for search keywords.

Namespace

Drupal\geofield\Plugin\views\filter

Code

public function adminSummary() {
  return $this
    ->t("Rectangular Boundary filter");
}