Standard filters

  1. 7.x drupal-7.x/modules/filter/filter.module standard_filters
  2. 6.x drupal-6.x/modules/filter/filter.module standard_filters

Filters implemented by the Filter module.

File

drupal-7.x/modules/filter/filter.module, line 1208
Framework for handling the filtering of content.

Functions

Namesort descending Location Description
filter_filter_info drupal-7.x/modules/filter/filter.module Implements hook_filter_info().
_filter_autop drupal-7.x/modules/filter/filter.module Implements callback_filter_process().
_filter_autop_tips drupal-7.x/modules/filter/filter.module Implements callback_filter_tips().
_filter_html drupal-7.x/modules/filter/filter.module Implements callback_filter_process().
_filter_htmlcorrector drupal-7.x/modules/filter/filter.module Implements callback_filter_process().
_filter_html_escape drupal-7.x/modules/filter/filter.module Implements callback_filter_process().
_filter_html_escape_tips drupal-7.x/modules/filter/filter.module Implements callback_filter_tips().
_filter_html_settings drupal-7.x/modules/filter/filter.module Implements callback_filter_settings().
_filter_html_tips drupal-7.x/modules/filter/filter.module Implements callback_filter_tips().
_filter_url drupal-7.x/modules/filter/filter.module Implements callback_filter_process().
_filter_url_escape_comments drupal-7.x/modules/filter/filter.module Escapes the contents of HTML comments.
_filter_url_parse_email_links drupal-7.x/modules/filter/filter.module Makes links out of e-mail addresses.
_filter_url_parse_full_links drupal-7.x/modules/filter/filter.module Makes links out of absolute URLs.
_filter_url_parse_partial_links drupal-7.x/modules/filter/filter.module Makes links out of domain names starting with "www."
_filter_url_settings drupal-7.x/modules/filter/filter.module Implements callback_filter_settings().
_filter_url_tips drupal-7.x/modules/filter/filter.module Implements callback_filter_tips().
_filter_url_trim drupal-7.x/modules/filter/filter.module Shortens long URLs to http://www.example.com/long/url...