Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| filter_theme | function | modules/ |
Implements hook_theme(). |
| filter_tips_long | function | modules/ |
Page callback: Displays a page with long filter tips. |
| filter_update_7000 | function | modules/ |
Upgrade the {filter_formats} table and rename it to {filter_format}. |
| filter_update_7001 | function | modules/ |
Break out "escape HTML filter" option to its own filter. |
| filter_update_7003 | function | modules/ |
Upgrade the {filter} table for core filters. |
| filter_update_7005 | function | modules/ |
Integrate text formats with the user permissions system. |
| filter_update_7008 | function | modules/ |
Grant usage of all text formats to user roles having the 'administer filters' permission. |
| filter_update_7009 | function | modules/ |
Converts fields that store serialized variables from text to blob. |
| filter_update_7010 | function | modules/ |
Change {filter_format}.format and {filter}.format into varchar. |
| filter_update_dependencies | function | modules/ |
Implements hook_update_dependencies(). |
| filter_xss | function | includes/ |
Filters HTML to prevent cross-site-scripting (XSS) vulnerabilities. |
| filter_xss_admin | function | includes/ |
Applies a very permissive XSS/HTML filter for admin-only use. |
| filter_xss_bad_protocol | function | includes/ |
Processes an HTML attribute value and strips dangerous protocols from URLs. |
| fix-ie-rtl.css | file | themes/ |
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/ |
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/ |
Fixes double-escaping caused by "magic quotes" in some PHP installations. |
| FloodFunctionalTest | class | modules/ |
Functional tests for the flood control mechanism. |
| FloodFunctionalTest::getInfo | function | modules/ |
|
| FloodFunctionalTest::testCleanUp | function | modules/ |
Test flood control mechanism clean-up. |
| flood_clear_event | function | includes/ |
Makes the flood control mechanism forget an event for the current visitor. |
| flood_is_allowed | function | includes/ |
Checks whether a user is allowed to proceed with the specified event. |
| flood_register_event | function | includes/ |
Registers an event for the current visitor to the flood control mechanism. |
| Form API Reference | file | external_documentation/ |
Form API Reference |
| Form builder functions | group | includes/ |
Functions that build an abstract representation of a HTML form. |
| Form generation | group | includes/ |
Functions to enable the processing and display of HTML forms. |
| form.api.php | file | modules/ |
Callbacks provided by the form system. |
| form.inc | file | includes/ |
Functions for form and batch generation and processing. |
| form.test | file | modules/ |
Unit tests for the Drupal Form API. |
| FormAlterTestCase | class | modules/ |
Test form alter hooks. |
| FormAlterTestCase::getInfo | function | modules/ |
|
| FormAlterTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| FormAlterTestCase::testExecutionOrder | function | modules/ |
Tests execution order of hook_form_alter() and hook_form_FORM_ID_alter(). |
| FormatDateUnitTest | class | modules/ |
Tests for the format_date() function. |
| FormatDateUnitTest::$admin_user | property | modules/ |
|
| FormatDateUnitTest::getInfo | function | modules/ |
|
| FormatDateUnitTest::LANGCODE | constant | modules/ |
Arbitrary langcode for a custom language. |
| FormatDateUnitTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| FormatDateUnitTest::testAdminDefinedFormatDate | function | modules/ |
Test admin-defined formats in format_date(). |
| FormatDateUnitTest::testFormatDate | function | modules/ |
Tests for the format_date() function. |
| Formatting | group | includes/ |
Functions to format numbers, strings, dates, etc. |
| format_date | function | includes/ |
Formats a date, using a date type or a custom date format string. |
| format_interval | function | includes/ |
Formats a time interval with the requested granularity. |
| format_plural | function | includes/ |
Formats a string containing a count of items. |
| format_rss_channel | function | includes/ |
Formats an RSS channel. |
| format_rss_item | function | includes/ |
Formats a single RSS item. |
| format_size | function | includes/ |
Generates a string representation for the given byte count. |
| format_string | function | includes/ |
Formats a string for HTML display by replacing variable placeholders. |
| format_username | function | includes/ |
Format a username. |
| format_xml_elements | function | includes/ |
Formats XML elements. |
| FormCheckboxTestCase | class | modules/ |
Tests checkbox element. |
Pagination
- Previous page
- Page 91
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.