Functions - 7.x - drupal
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
filter_get_roles_by_format | modules/ |
Retrieves a list of roles that are allowed to use a given text format. | 4 | ||
filter_help | modules/ |
Implements hook_help(). | |||
filter_install | modules/ |
Implements hook_install(). | |||
filter_list_format | modules/ |
Retrieves a list of filters for a given text format. | 8 | 1 | |
filter_menu | modules/ |
Implements hook_menu(). | |||
filter_modules_disabled | modules/ |
Implements hook_modules_disabled(). | |||
filter_modules_enabled | modules/ |
Implements hook_modules_enabled(). | |||
filter_permission | modules/ |
Implements hook_permission(). | |||
filter_permission_name | modules/ |
Returns the machine-readable permission name for a provided text format. | 15 | ||
filter_process_format | modules/ |
Expands an element into a base element with text format selector attached. | 1 | ||
filter_schema | modules/ |
Implements hook_schema(). | |||
filter_test_filter_format_disable | modules/ |
Implements hook_filter_format_disable(). | |||
filter_test_filter_format_insert | modules/ |
Implements hook_filter_format_insert(). | |||
filter_test_filter_format_update | modules/ |
Implements hook_filter_format_update(). | |||
filter_test_filter_info | modules/ |
Implements hook_filter_info(). | |||
filter_test_replace | modules/ |
Implements callback_filter_process(). | 1 | ||
filter_theme | modules/ |
Implements hook_theme(). | |||
filter_tips_long | modules/ |
Page callback: Displays a page with long filter tips. | 1 | ||
filter_update_7000 | modules/ |
Upgrade the {filter_formats} table and rename it to {filter_format}. | |||
filter_update_7001 | modules/ |
Break out "escape HTML filter" option to its own filter. | |||
filter_update_7003 | modules/ |
Upgrade the {filter} table for core filters. | |||
filter_update_7005 | modules/ |
Integrate text formats with the user permissions system. | |||
filter_update_7008 | modules/ |
Grant usage of all text formats to user roles having the 'administer filters' permission. | |||
filter_update_7009 | modules/ |
Converts fields that store serialized variables from text to blob. | |||
filter_update_7010 | modules/ |
Change {filter_format}.format and {filter}.format into varchar. | |||
filter_update_dependencies | modules/ |
Implements hook_update_dependencies(). | |||
filter_xss | includes/ |
Filters HTML to prevent cross-site-scripting (XSS) vulnerabilities. | 27 | ||
filter_xss_admin | includes/ |
Applies a very permissive XSS/HTML filter for admin-only use. | 23 | 1 | |
filter_xss_bad_protocol | includes/ |
Processes an HTML attribute value and strips dangerous protocols from URLs. | 1 | ||
fix_gpc_magic | includes/ |
Fixes double-escaping caused by "magic quotes" in some PHP installations. | 1 | ||
flood_clear_event | includes/ |
Makes the flood control mechanism forget an event for the current visitor. | 2 | ||
flood_is_allowed | includes/ |
Checks whether a user is allowed to proceed with the specified event. | 5 | ||
flood_register_event | includes/ |
Registers an event for the current visitor to the flood control mechanism. | 5 | ||
format_date | includes/ |
Formats a date, using a date type or a custom date format string. | 57 | ||
format_interval | includes/ |
Formats a time interval with the requested granularity. | 30 | 8 | |
format_plural | includes/ |
Formats a string containing a count of items. | 51 | ||
format_rss_channel | includes/ |
Formats an RSS channel. | 2 | ||
format_rss_item | includes/ |
Formats a single RSS item. | 2 | ||
format_size | includes/ |
Generates a string representation for the given byte count. | 18 | ||
format_string | includes/ |
Formats a string for HTML display by replacing variable placeholders. | 263 | 1 | |
format_username | includes/ |
Format a username. | 31 | 1 | |
format_xml_elements | includes/ |
Formats XML elements. | 4 | ||
form_builder | includes/ |
Builds and processes all elements in the structured form array. | 3 | ||
form_clear_error | includes/ |
Clears all errors against all form elements made by form_set_error(). | 4 | ||
form_error | includes/ |
Flags an element as having an error. | 28 | ||
form_execute_handlers | includes/ |
Executes custom validation and submission handlers for a given form. | 3 | ||
form_get_cache | includes/ |
Fetches a form from cache. | 5 | ||
form_get_error | includes/ |
Returns the error message filed against the given form element. | 1 | ||
form_get_errors | includes/ |
Returns an associative array of all errors if any. | 13 | ||
form_get_options | includes/ |
Returns the indexes of a select element's options matching a given key. |
Pagination
- Previous page
- Page 28
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.