- drupal
Filters implemented by the filter.module.
Functions & methods
| Name | Description |
|---|---|
| filter_filter_info | Implements hook_filter_info(). |
| _filter_autop | Convert line breaks into <p> and <br> in an intelligent fashion. Based on: http://photomatt.net/scripts/autop |
| _filter_autop_tips | Filter tips callback for auto-paragraph filter. |
| _filter_html | HTML filter. Provides filtering of input into accepted HTML. |
| _filter_htmlcorrector | Scan input and make sure that all HTML tags are properly closed and nested. |
| _filter_html_escape | Escapes all HTML tags, so they will be visible instead of being effective. |
| _filter_html_escape_tips | Filter tips callback for HTML escaping filter. |
| _filter_html_settings | Settings callback for the HTML filter. |
| _filter_html_tips | Filter tips callback for HTML filter. |
| _filter_url | URL filter. Automatically converts text into hyperlinks. |
| _filter_url_escape_comments | preg_replace callback to escape contents of HTML comments |
| _filter_url_parse_email_links | preg_replace callback to make links out of e-mail addresses. |
| _filter_url_parse_full_links | preg_replace callback to make links out of absolute URLs. |
| _filter_url_parse_partial_links | preg_replace callback to make links out of domain names starting with "www." |
| _filter_url_settings | Settings callback for URL filter. |
| _filter_url_tips | Filter tips callback for URL filter. |
| _filter_url_trim | Shortens long URLs to http://www.example.com/long/url... |
File
- modules/
filter/ filter.module, line 1156 - Framework for handling filtering of content.