You are here

public function FilterInterface::getDescription in Drupal 8

Same name and namespace in other branches
  1. 9 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 126

Class

FilterInterface
Defines the interface for text processing filter plugins.

Namespace

Drupal\filter\Plugin

Code

public function getDescription();