You are here

public function FilterBase::getDescription in Drupal 10

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

File

core/modules/filter/src/Plugin/FilterBase.php, line 122

Class

FilterBase
Provides a base class for Filter plugins.

Namespace

Drupal\filter\Plugin

Code

public function getDescription() {
  return $this->pluginDefinition['description'];
}