Search for all
Title | Object type | File name | Summary |
---|---|---|---|
filter_format_disable | function | modules/ |
Disables a text format. |
filter_format_exists | function | modules/ |
Determines if a text format exists. |
filter_format_load | function | modules/ |
Loads a text format object from the database. |
filter_format_save | function | modules/ |
Saves a text format object to the database. |
filter_form_access_denied | function | modules/ |
Render API callback: Hides the field value of 'text_format' elements. |
filter_get_filters | function | modules/ |
Returns a list of all filters provided by modules. |
filter_get_formats_by_role | function | modules/ |
Retrieves a list of text formats that are allowed for a given role. |
filter_get_roles_by_format | function | modules/ |
Retrieves a list of roles that are allowed to use a given text format. |
filter_help | function | modules/ |
Implements hook_help(). |
filter_install | function | modules/ |
Implements hook_install(). |
filter_list_format | function | modules/ |
Retrieves a list of filters for a given text format. |
filter_menu | function | modules/ |
Implements hook_menu(). |
filter_modules_disabled | function | modules/ |
Implements hook_modules_disabled(). |
filter_modules_enabled | function | modules/ |
Implements hook_modules_enabled(). |
filter_permission | function | modules/ |
Implements hook_permission(). |
filter_permission_name | function | modules/ |
Returns the machine-readable permission name for a provided text format. |
filter_process_format | function | modules/ |
Expands an element into a base element with text format selector attached. |
filter_schema | function | modules/ |
Implements hook_schema(). |
filter_test.info | file | modules/ |
name = Filter test module description = Tests filter hooks and functions. package = Testing version = VERSION core = 7.x hidden = TRUE |
filter_test.module | file | modules/ |
Test module for Filter module hooks and functions not used in core. |
filter_test_filter_format_disable | function | modules/ |
Implements hook_filter_format_disable(). |
filter_test_filter_format_insert | function | modules/ |
Implements hook_filter_format_insert(). |
filter_test_filter_format_update | function | modules/ |
Implements hook_filter_format_update(). |
filter_test_filter_info | function | modules/ |
Implements hook_filter_info(). |
filter_test_replace | function | modules/ |
Implements callback_filter_process(). |
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_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.php | file | modules/ |
Callbacks provided by the form system. |
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. |
Pagination
- Previous page
- Page 71
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.