Functions - 7.x - drupal
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
file_theme | modules/ |
Implements hook_theme(). | |||
file_transfer | includes/ |
Transfers a file to the client using HTTP. | 2 | ||
file_unmanaged_copy | includes/ |
Copies a file to a new location without invoking the file API. | 15 | ||
file_unmanaged_delete | includes/ |
Deletes a file without database changes or hook invocations. | 12 | ||
file_unmanaged_delete_recursive | includes/ |
Deletes all files and directories in the specified filepath recursively. | 13 | ||
file_unmanaged_move | includes/ |
Moves a file to a new location without database changes or hook invocation. | 7 | ||
file_unmanaged_save_data | includes/ |
Saves a string to the specified destination without invoking file API. | 10 | ||
file_unmunge_filename | includes/ |
Undoes the effect of file_munge_filename(). | 1 | ||
file_upload_max_size | includes/ |
Determines the maximum file upload size by querying the PHP settings. | 4 | ||
file_uri_normalize_dot_segments | includes/ |
Normalize dot segments in a URI. | 3 | ||
file_uri_scheme | includes/ |
Returns the scheme of a URI (e.g. a stream). | 36 | ||
file_uri_target | includes/ |
Returns the part of a URI after the schema. | 18 | ||
file_usage_add | includes/ |
Records that a module is using a file. | 9 | ||
file_usage_delete | includes/ |
Removes a record to indicate that a module is no longer using a file. | 8 | ||
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 |
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.