filter_xss

Functions that call filter_xss()

Namesort iconLocationDescription
aggregator_filter_xssmodules/aggregator.moduleSafely render HTML content, as allowed.
filter_xssmodules/filter.moduleFilters XSS. Based on kses by Ulf Harnhammar, see http://sourceforge.net/projects/kses
filter_xss_adminmodules/filter.moduleVery permissive XSS/HTML filter for admin-only use.
node_revision_overviewmodules/node.moduleGenerate an overview table of older revisions of a node.
node_viewmodules/node.moduleGenerate a display of the given node.
_filter_htmlmodules/filter.moduleHTML filter. Provides filtering of input into accepted HTML.

Functions called by filter_xss()

Namesort iconLocationDescription
drupal_validate_utf8includes/bootstrap.incChecks whether a string is valid UTF-8.
filter_xssmodules/filter.moduleFilters XSS. Based on kses by Ulf Harnhammar, see http://sourceforge.net/projects/kses
_filter_xss_splitmodules/filter.moduleProcesses an HTML tag.
 
 

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.