You are here

Functions in HTML Purifier 6

Primary tabs

Namesort descending Location Description Direct uses Strings
htmlpurifier_config_N config/sample.php Accepts an HTMLPurifier_Config configuration object and configures it.
htmlpurifier_cron ./htmlpurifier.module Implementation of hook_cron(). @note Checks for updates to the HTML Purifier library. 1
htmlpurifier_filter ./htmlpurifier.module Implementation of hook_filter().
htmlpurifier_filter_tips ./htmlpurifier.module Implementation of hook_filter_tips().
htmlpurifier_help ./htmlpurifier.module Implementation of hook_help().
htmlpurifier_init ./htmlpurifier.module Implementation of hook_init(). @note Displays any need to update the HTML Purifier library.
htmlpurifier_install ./htmlpurifier.install Implementation of hook_install().
htmlpurifier_schema ./htmlpurifier.install Implementation of hook_schema().
htmlpurifier_uninstall ./htmlpurifier.install Implementation of hook_uninstall().
htmlpurifier_update_6200 ./htmlpurifier.install
htmlpurifier_update_6201 ./htmlpurifier.install
_htmlpurifier_config_hack ./htmlpurifier.module Fills out the form state with extra post data originating from the HTML Purifier configuration form. This is an #after_build hook function. 1
_htmlpurifier_config_load ./htmlpurifier.module Returns the name of the configuration function for $format, or FALSE if none exists. Function name will be htmlpurifier_config_N. 2
_htmlpurifier_get_config ./htmlpurifier.module Returns the HTMLPurifier_Config object corresponding to an input format. 2
_htmlpurifier_load ./htmlpurifier.module Loads the HTML Purifier library, and performs global initialization. 3
_htmlpurifier_process ./htmlpurifier.module Processes HTML according to a format and returns purified HTML. Makes a cache pass if possible. 2
_htmlpurifier_settings ./htmlpurifier.module Generates a settings form for configuring HTML Purifier. 1
_htmlpurifier_version_check ./htmlpurifier.install Checks the version of HTML Purifier and fatally errors out if there's a problem. 3

Other projects