You are here

public function FilterInterface::getLabel in Drupal 10

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

Returns the administrative label for this filter plugin.

Return value

string

File

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

Class

FilterInterface
Defines the interface for text processing filter plugins.

Namespace

Drupal\filter\Plugin

Code

public function getLabel();