function FilterInterface::getDescription
Same name in other branches
- 9 core/modules/filter/src/Plugin/FilterInterface.php \Drupal\filter\Plugin\FilterInterface::getDescription()
- 8.9.x core/modules/filter/src/Plugin/FilterInterface.php \Drupal\filter\Plugin\FilterInterface::getDescription()
- 11.x core/modules/filter/src/Plugin/FilterInterface.php \Drupal\filter\Plugin\FilterInterface::getDescription()
Returns the administrative description for this filter plugin.
Return value
string
1 method overrides FilterInterface::getDescription()
- FilterBase::getDescription in core/
modules/ filter/ src/ Plugin/ FilterBase.php - Returns the administrative description for this filter plugin.
File
-
core/
modules/ filter/ src/ Plugin/ FilterInterface.php, line 125
Class
- FilterInterface
- Defines the interface for text processing filter plugins.
Namespace
Drupal\filter\PluginCode
public function getDescription();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.