filter_filter

Functions that call filter_filter()

Namesort iconLocationDescription
filter_filtermodules/filter/filter.moduleImplementation of hook_filter(). Contains a basic set of essential filters. HTML filter: Validates user-supplied HTML, transforming it as necessary. Line break converter: Converts newlines into paragraph and break tags. URL and e-mail address...

Functions called by filter_filter()

Namesort iconLocationDescription
filter_filtermodules/filter/filter.moduleImplementation of hook_filter(). Contains a basic set of essential filters. HTML filter: Validates user-supplied HTML, transforming it as necessary. Line break converter: Converts newlines into paragraph and break tags. URL and e-mail address...
tincludes/common.incTranslate strings to the page language or a given language.
_filter_autopmodules/filter/filter.moduleConvert line breaks into <p> and <br> in an intelligent fashion. Based on: http://photomatt.net/scripts/autop
_filter_htmlmodules/filter/filter.moduleHTML filter. Provides filtering of input into accepted HTML.
_filter_htmlcorrectormodules/filter/filter.moduleScan input and make sure that all HTML tags are properly closed and nested.
_filter_html_settingsmodules/filter/filter.moduleSettings for the HTML filter.
_filter_urlmodules/filter/filter.moduleURL filter. Automatically converts text web addresses (URLs, e-mail addresses, ftp links, etc.) into hyperlinks.
_filter_url_settingsmodules/filter/filter.moduleSettings for URL filter.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.