Search for filter

  1. Search 9.5.x for filter
  2. Search 8.9.x for filter
  3. Search 10.3.x for filter
  4. Search 11.x for filter
  5. Other projects
Title Object type File name Summary
filter_admin_overview_submit function modules/filter/filter.admin.inc Form submission handler for filter_admin_overview().
filter_default_format function modules/filter/filter.module Returns the ID of the default text format for a particular user.
filter_dom_load function modules/filter/filter.module Parses an HTML snippet and returns it as a DOM object.
filter_dom_serialize function modules/filter/filter.module Converts a DOM object back to an HTML snippet.
filter_dom_serialize_escape_cdata_element function modules/filter/filter.module Adds comments around the <!CDATA section in a dom element.
filter_element_info function modules/filter/filter.module Implements hook_element_info().
filter_fallback_format function modules/filter/filter.module Returns the ID of the fallback text format that all users have access to.
filter_fallback_format_title function modules/filter/filter.module Returns the title of the fallback text format.
filter_filter_info function modules/filter/filter.module Implements hook_filter_info().
filter_formats function modules/filter/filter.module Retrieves a list of text formats, ordered by weight.
filter_formats_reset function modules/filter/filter.module Resets the text format caches.
filter_format_allowcache function modules/filter/filter.module Checks if the text in a certain text format is allowed to be cached.
filter_format_disable function modules/filter/filter.module Disables a text format.
filter_format_exists function modules/filter/filter.module Determines if a text format exists.
filter_format_load function modules/filter/filter.module Loads a text format object from the database.
filter_format_save function modules/filter/filter.module Saves a text format object to the database.
filter_form_access_denied function modules/filter/filter.module Render API callback: Hides the field value of 'text_format' elements.
filter_get_filters function modules/filter/filter.module Returns a list of all filters provided by modules.
filter_get_formats_by_role function modules/filter/filter.module Retrieves a list of text formats that are allowed for a given role.
filter_get_roles_by_format function modules/filter/filter.module Retrieves a list of roles that are allowed to use a given text format.
filter_help function modules/filter/filter.module Implements hook_help().
filter_install function modules/filter/filter.install Implements hook_install().
filter_list_format function modules/filter/filter.module Retrieves a list of filters for a given text format.
filter_menu function modules/filter/filter.module Implements hook_menu().
filter_modules_disabled function modules/filter/filter.module Implements hook_modules_disabled().
filter_modules_enabled function modules/filter/filter.module Implements hook_modules_enabled().
filter_permission function modules/filter/filter.module Implements hook_permission().
filter_permission_name function modules/filter/filter.module Returns the machine-readable permission name for a provided text format.
filter_process_format function modules/filter/filter.module Expands an element into a base element with text format selector attached.
filter_schema function modules/filter/filter.install Implements hook_schema().
filter_test.info file modules/simpletest/tests/filter_test.info name = Filter test module
description = Tests filter hooks and functions.
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
filter_test.module file modules/simpletest/tests/filter_test.module Test module for Filter module hooks and functions not used in core.
filter_test_filter_format_disable function modules/simpletest/tests/filter_test.module Implements hook_filter_format_disable().
filter_test_filter_format_insert function modules/simpletest/tests/filter_test.module Implements hook_filter_format_insert().
filter_test_filter_format_update function modules/simpletest/tests/filter_test.module Implements hook_filter_format_update().
filter_test_filter_info function modules/simpletest/tests/filter_test.module Implements hook_filter_info().
filter_test_replace function modules/simpletest/tests/filter_test.module Implements callback_filter_process().
filter_theme function modules/filter/filter.module Implements hook_theme().
filter_tips_long function modules/filter/filter.pages.inc Page callback: Displays a page with long filter tips.
filter_update_7000 function modules/filter/filter.install Upgrade the {filter_formats} table and rename it to {filter_format}.
filter_update_7001 function modules/filter/filter.install Break out "escape HTML filter" option to its own filter.
filter_update_7003 function modules/filter/filter.install Upgrade the {filter} table for core filters.
filter_update_7005 function modules/filter/filter.install Integrate text formats with the user permissions system.
filter_update_7008 function modules/filter/filter.install Grant usage of all text formats to user roles having the 'administer filters' permission.
filter_update_7009 function modules/filter/filter.install Converts fields that store serialized variables from text to blob.
filter_update_7010 function modules/filter/filter.install Change {filter_format}.format and {filter}.format into varchar.
filter_update_dependencies function modules/filter/filter.install Implements hook_update_dependencies().
filter_xss function includes/common.inc Filters HTML to prevent cross-site-scripting (XSS) vulnerabilities.
filter_xss_admin function includes/common.inc Applies a very permissive XSS/HTML filter for admin-only use.
filter_xss_bad_protocol function includes/common.inc Processes an HTML attribute value and strips dangerous protocols from URLs.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.