Framework for handling the filtering of content.
File
core/modules/filter/filter.module
Functions
Name | Description |
---|---|
check_markup | Runs all the enabled filters on a piece of text. |
filter_default_format | Returns the ID of the default text format for a particular user. |
filter_fallback_format | Returns the ID of the fallback text format that all users have access to. |
filter_filter_secure_image_alter | Implements hook_filter_secure_image_alter(). |
filter_formats | Retrieves a list of enabled text formats, ordered by weight. |
filter_formats_reset | Resets the text format caches. |
filter_form_access_denied | Render API callback: Hides the field value of 'text_format' elements. |
filter_get_formats_by_role | Retrieves a list of text formats that are allowed for a given role. |
filter_get_roles_by_format | Retrieves a list of roles that are allowed to use a given text format. |
filter_help | Implements hook_help(). |
filter_theme | Implements hook_theme(). |
template_preprocess_filter_guidelines | Prepares variables for text format guideline templates. |
template_preprocess_filter_tips | Prepares variables for filter tips templates. |
template_preprocess_text_format_wrapper | Prepares variables for text format wrapper templates. |
_filter_autop | Converts line breaks into <p> and <br> in an intelligent fashion. |
_filter_html_escape | Escapes all HTML tags, so they will be visible instead of being effective. |
_filter_html_image_secure_process | Process callback for local image filter. |
_filter_tips | Retrieves the filter tips. |
_filter_url | Converts text into hyperlinks automatically. |
_filter_url_escape_comments | Escapes the contents of HTML comments. |
_filter_url_parse_email_links | Makes links out of email addresses. |
_filter_url_parse_full_links | Makes links out of absolute URLs. |
_filter_url_parse_partial_links | Makes links out of domain names starting with "www." |
_filter_url_trim | Shortens long URLs to http://www.example.com/long/url… |
Please login to continue.