function FilterInterface::getLabel

Same name and namespace in other branches
  1. 9 core/modules/filter/src/Plugin/FilterInterface.php \Drupal\filter\Plugin\FilterInterface::getLabel()
  2. 10 core/modules/filter/src/Plugin/FilterInterface.php \Drupal\filter\Plugin\FilterInterface::getLabel()
  3. 11.x core/modules/filter/src/Plugin/FilterInterface.php \Drupal\filter\Plugin\FilterInterface::getLabel()

Returns the administrative label for this filter plugin.

Return value

string

1 method overrides FilterInterface::getLabel()
FilterBase::getLabel in core/modules/filter/src/Plugin/FilterBase.php
Returns the administrative label for this filter plugin.

File

core/modules/filter/src/Plugin/FilterInterface.php, line 119

Class

FilterInterface
Defines the interface for text processing filter plugins.

Namespace

Drupal\filter\Plugin

Code

public function getLabel();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.