namespace Drupal\filter\Plugin\Filter

Classsort descending Location Description
FilterAutoP drupal/core/modules/filter/lib/Drupal/filter/Plugin/Filter/FilterAutoP.php Provides a filter to conver line breaks to HTML.
FilterHtml drupal/core/modules/filter/lib/Drupal/filter/Plugin/Filter/FilterHtml.php Provides a filter to limit allowed HTML tags.
FilterHtmlCorrector drupal/core/modules/filter/lib/Drupal/filter/Plugin/Filter/FilterHtmlCorrector.php Provides a filter to correct faulty and chopped off HTML.
FilterHtmlEscape drupal/core/modules/filter/lib/Drupal/filter/Plugin/Filter/FilterHtmlEscape.php Provides a filter to display any HTML as plain text.
FilterHtmlImageSecure drupal/core/modules/filter/lib/Drupal/filter/Plugin/Filter/FilterHtmlImageSecure.php Provides a filter to restrict images to site.
FilterUrl drupal/core/modules/filter/lib/Drupal/filter/Plugin/Filter/FilterUrl.php Provides a filter to convert URLs into links.