Contains filters are case sensitive
Namesort descending Location Description
file_type_get_name modules/file/file.module Returns the file type name of the passed file or file type string.
file_type_get_names modules/file/file.module Returns a list of available file type names.
file_type_get_type modules/file/file.module Returns the file type of the passed file or file type string.
file_type_get_types modules/file/file.module Returns a list of all the available file types.
file_type_get_valid_extensions modules/file/file.module Returns an array of valid file extensions.
file_type_load modules/file/file.module Menu argument loader: Loads a file type by string.
file_type_revert_confirm modules/file/file.admin.inc Menu callback; revert a single file type.
file_type_revert_confirm_submit modules/file/file.admin.inc Process file type revert confirm submissions.
file_type_save modules/file/file.admin.inc Updates an existing file type or creates a new one.
_file_types_build modules/file/file.module Builds and returns the list of available file types.
file_type_status_confirm_submit modules/file/file.admin.inc Process file type status confirm submissions.
file_type_toggle_enable modules/file/file.admin.inc Menu callback; disable or enable a single file type.
file_unmanaged_copy includes/file.inc Copies a file to a new location without database changes or hook invocation.
file_unmanaged_delete includes/file.inc Deletes a file without database changes or hook invocations.
file_unmanaged_delete_recursive includes/file.inc Deletes all files and directories in the specified filepath recursively.
file_unmanaged_move includes/file.inc Moves a file to a new location without database changes or hook invocation. This is a powerful function that in many ways performs like an advanced version of rename().
file_unmanaged_prepare includes/file.inc Internal function that prepares the destination for a file_unmanaged_copy or file_unmanaged_move operation.
file_unmanaged_save_data includes/file.inc Saves a file to the specified destination without invoking file API.
file_unmunge_filename includes/file.inc Undoes the effect of file_munge_filename().
file_update_1000 modules/file/file.install Add a view for managing files.
file_update_1001 modules/file/file.install Add a Manage file link to the admin files view.
file_update_1002 modules/file/file.install Switch the 'edit files' permission to 'manage files'.
file_update_1003 modules/file/file.install Add a type column to the file_managed table, and add a file_metadata table.
file_update_1004 modules/file/file.install Convert file_entity variables to config.
file_update_1005 modules/file/file.install Add the default file types and convert custom or modified file types from Drupal 7 file_entity.
file_update_1006 modules/file/file.install Add the default file display settings and convert saved file display settings from Drupal 7 file_entity.
file_update_1007 modules/file/file.install Grant the admin role permission to manage files and file types.
file_update_1008 modules/file/file.install Creates the table to enable caching of Comment entities.
_file_update_image_field_dimensions modules/file/file.file.inc Update the image dimensions stored in any image fields for a file.
file_upload_destination_uri modules/file/file.pages.inc Determines the upload location for the file add upload form.
file_upload_max_size includes/file.inc Determines the maximum file upload size by querying the PHP settings.
file_upload_validators_pre_render modules/file/file.module Pre-render callback for adding validation descriptions to file upload fields.
file_uri modules/file/file.module URI callback for file entities.
file_uri_scheme includes/file.inc Returns the scheme of a URI (e.g. a stream).
file_uri_target includes/file.inc Returns the part of a URI after the schema.
file_usage_add includes/file.inc Records that a module is using a file.
file_usage_delete includes/file.inc Removes a record to indicate that a module is no longer using a file.
_file_usage_get_total modules/file/file.pages.inc Get the complete total number of known usages for a file.
file_usage_list includes/file.inc Determines where a file is used.
_file_usage_list_links modules/file/file.pages.inc Build a list of links to content that references a file.
file_usage_page modules/file/file.pages.inc Page callback to show file usage information.
file_validate includes/file.inc Checks that a file meets the criteria specified by the validators.
file_validate_extensions includes/file.inc Checks that the filename ends with an allowed extension.
file_validate_image_orientation includes/file.inc Check for EXIF orientation data and rotate file if needed.
file_validate_image_resolution includes/file.inc Verifies that image dimensions are within the specified maximum and minimum.
file_validate_is_image includes/file.inc Checks that the file is recognized by image_get_info() as an image.
file_validate_name_length includes/file.inc Checks for files with names longer than can be stored in the database.
file_validate_size includes/file.inc Checks that the file's size is below certain limits.
file_valid_uri includes/file.inc Determines whether the URI has a valid scheme for file API operations.
file_view modules/file/file.module Generate an array for rendering the given file.

Pages