Functions - 7.x - drupal
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
file_usage_list | includes/ |
Determines where a file is used. | 7 | ||
file_validate | includes/ |
Checks that a file meets the criteria specified by the validators. | 3 | ||
file_validate_extensions | includes/ |
Checks that the filename ends with an allowed extension. | 3 | ||
file_validate_image_resolution | includes/ |
Verifies that image dimensions are within the specified maximum and minimum. | 1 | ||
file_validate_is_image | includes/ |
Checks that the file is recognized by image_get_info() as an image. | 1 | ||
file_validate_name_length | includes/ |
Checks for files with names longer than we can store in the database. | 1 | ||
file_validate_size | includes/ |
Checks that the file's size is below certain limits. | 1 | ||
file_valid_uri | includes/ |
Determines whether the URI has a valid scheme for file API operations. | 5 | ||
filter_access | modules/ |
Checks if a user has access to a particular text format. | 5 | 1 | |
filter_admin_disable | modules/ |
Form constructor for the text format deletion confirmation form. | 1 | ||
filter_admin_disable_submit | modules/ |
Form submission handler for filter_admin_disable(). | |||
filter_admin_format_form | modules/ |
Form constructor for the text format add/edit form. | 1 | ||
filter_admin_format_form_submit | modules/ |
Form submission handler for filter_admin_format_form(). | |||
filter_admin_format_form_validate | modules/ |
Form validation handler for filter_admin_format_form(). | |||
filter_admin_format_page | modules/ |
Page callback: Displays the text format add/edit form. | 1 | ||
filter_admin_format_title | modules/ |
Displays a text format form title. | 1 | 1 | |
filter_admin_overview | modules/ |
Page callback: Form constructor for a form to list and reorder text formats. | 1 | ||
filter_admin_overview_submit | modules/ |
Form submission handler for filter_admin_overview(). | |||
filter_default_format | modules/ |
Returns the ID of the default text format for a particular user. | 5 | 6 | |
filter_dom_load | modules/ |
Parses an HTML snippet and returns it as a DOM object. | 2 | ||
filter_dom_serialize | modules/ |
Converts a DOM object back to an HTML snippet. | 3 | ||
filter_dom_serialize_escape_cdata_element | modules/ |
Adds comments around the <!CDATA section in a dom element. | 1 | ||
filter_element_info | modules/ |
Implements hook_element_info(). | |||
filter_fallback_format | modules/ |
Returns the ID of the fallback text format that all users have access to. | 14 | 3 | |
filter_fallback_format_title | modules/ |
Returns the title of the fallback text format. | |||
filter_filter_info | modules/ |
Implements hook_filter_info(). | 1 | ||
filter_formats | modules/ |
Retrieves a list of text formats, ordered by weight. | 14 | 5 | |
filter_formats_reset | modules/ |
Resets the text format caches. | 7 | ||
filter_format_allowcache | modules/ |
Checks if the text in a certain text format is allowed to be cached. | 2 | ||
filter_format_disable | modules/ |
Disables a text format. | 3 | ||
filter_format_exists | modules/ |
Determines if a text format exists. | 1 | ||
filter_format_load | modules/ |
Loads a text format object from the database. | 20 | ||
filter_format_save | modules/ |
Saves a text format object to the database. | 7 | ||
filter_form_access_denied | modules/ |
Render API callback: Hides the field value of 'text_format' elements. | 1 | ||
filter_get_filters | modules/ |
Returns a list of all filters provided by modules. | 7 | 2 | |
filter_get_formats_by_role | modules/ |
Retrieves a list of text formats that are allowed for a given role. | 1 | ||
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(). |
Pagination
- Previous page
- Page 27
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.