function FilterHtmlEscape::tips

Overrides FilterBase::tips

File

core/modules/filter/src/Plugin/Filter/FilterHtmlEscape.php, line 38

Class

FilterHtmlEscape
Provides a filter to display any HTML as plain text.

Namespace

Drupal\filter\Plugin\Filter

Code

public function tips($long = FALSE) {
  return $this->t('No HTML tags allowed.');
}

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