Standard filters

Filters implemented by the Filter module.

File

drupal/core/modules/filter/filter.module, line 1293
Framework for handling the filtering of content.

Functions

Namesort descending Location Description
filter_filter_info drupal/core/modules/filter/filter.module Implements hook_filter_info().
theme_filter_html_image_secure_image drupal/core/modules/filter/filter.module Formats an image DOM element that has an invalid source.
_filter_autop drupal/core/modules/filter/filter.module Converts line breaks into <p> and <br> in an intelligent fashion.
_filter_autop_tips drupal/core/modules/filter/filter.module Filter tips callback: Provides help for the auto-paragraph filter.
_filter_html drupal/core/modules/filter/filter.module Provides filtering of input into accepted HTML.
_filter_htmlcorrector drupal/core/modules/filter/filter.module Scans the input and makes sure that HTML tags are properly closed.
_filter_html_escape drupal/core/modules/filter/filter.module Escapes all HTML tags, so they will be visible instead of being effective.
_filter_html_escape_tips drupal/core/modules/filter/filter.module Filter tips callback: Provides help for the HTML escaping filter.
_filter_html_image_secure_process drupal/core/modules/filter/filter.module Process callback for local image filter.
_filter_html_image_secure_tips drupal/core/modules/filter/filter.module Filter tips callback for secure HTML image filter.
_filter_html_settings drupal/core/modules/filter/filter.module Filter settings callback for the HTML content filter.
_filter_html_tips drupal/core/modules/filter/filter.module Filter tips callback: Provides help for the HTML filter.
_filter_url drupal/core/modules/filter/filter.module Converts text into hyperlinks automatically.
_filter_url_escape_comments drupal/core/modules/filter/filter.module Escapes the contents of HTML comments.
_filter_url_parse_email_links drupal/core/modules/filter/filter.module Makes links out of e-mail addresses.
_filter_url_parse_full_links drupal/core/modules/filter/filter.module Makes links out of absolute URLs.
_filter_url_parse_partial_links drupal/core/modules/filter/filter.module Makes links out of domain names starting with "www."
_filter_url_settings drupal/core/modules/filter/filter.module Filter URL settings callback: Provides settings for the URL filter.
_filter_url_tips drupal/core/modules/filter/filter.module Filter tips callback: Provides help for the URL filter.
_filter_url_trim drupal/core/modules/filter/filter.module Shortens long URLs to http://www.example.com/long/url...