Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
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.
fix-ie-rtl.css file themes/garland/fix-ie-rtl.css body {
/* Center layout */
text-align: center;
}

#squeeze {
zoom: 1;
direction: ltr;
}

#squeeze .left-corner {
direction: rtl
}

#header-region,
#wrapper #container {
/* Reset text alignment */
text-align: right;
}

#wrapper #container…
fix-ie.css file themes/garland/fix-ie.css body {
/* Center layout */
text-align: center;
}

#header-region,
#wrapper #container {
/* Reset text alignment */
text-align: left; /* LTR */
}

#wrapper #container #center {
/* Reduce amount of damage done by extremely wide content */
fix_gpc_magic function includes/common.inc Fixes double-escaping caused by "magic quotes" in some PHP installations.
FloodFunctionalTest class modules/system/system.test Functional tests for the flood control mechanism.
FloodFunctionalTest::getInfo function modules/system/system.test
FloodFunctionalTest::testCleanUp function modules/system/system.test Test flood control mechanism clean-up.
flood_clear_event function includes/common.inc Makes the flood control mechanism forget an event for the current visitor.
flood_is_allowed function includes/common.inc Checks whether a user is allowed to proceed with the specified event.
flood_register_event function includes/common.inc Registers an event for the current visitor to the flood control mechanism.
Form builder functions group includes/form.inc Functions that build an abstract representation of a HTML form.
Form generation group includes/form.inc Functions to enable the processing and display of HTML forms.
form.api.php file modules/system/form.api.php Callbacks provided by the form system.
form.inc file includes/form.inc Functions for form and batch generation and processing.
form.test file modules/simpletest/tests/form.test Unit tests for the Drupal Form API.
FormAlterTestCase class modules/simpletest/tests/form.test Test form alter hooks.
FormAlterTestCase::getInfo function modules/simpletest/tests/form.test
FormAlterTestCase::setUp function modules/simpletest/tests/form.test
FormAlterTestCase::testExecutionOrder function modules/simpletest/tests/form.test Tests execution order of hook_form_alter() and hook_form_FORM_ID_alter().
FormatDateUnitTest class modules/simpletest/tests/common.test Tests for the format_date() function.
FormatDateUnitTest::$admin_user property modules/simpletest/tests/common.test
FormatDateUnitTest::getInfo function modules/simpletest/tests/common.test
FormatDateUnitTest::LANGCODE constant modules/simpletest/tests/common.test Arbitrary langcode for a custom language.

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