|
file_type_status_confirm_submit |
core/modules/file/file.admin.inc |
Process file type status confirm submissions. |
|
file_type_toggle_enable |
core/modules/file/file.admin.inc |
Menu callback; disable or enable a single file type. |
|
file_unmanaged_copy |
core/includes/file.inc |
Copies a file to a new location without database changes or hook invocation. |
|
file_unmanaged_delete |
core/includes/file.inc |
Deletes a file without database changes or hook invocations. |
|
file_unmanaged_delete_recursive |
core/includes/file.inc |
Deletes all files and directories in the specified filepath recursively. |
|
file_unmanaged_move |
core/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 |
core/includes/file.inc |
Internal function that prepares the destination for a file_unmanaged_copy or
file_unmanaged_move operation. |
|
file_unmanaged_save_data |
core/includes/file.inc |
Saves a file to the specified destination without invoking file API. |
|
file_unmunge_filename |
core/includes/file.inc |
Undoes the effect of file_munge_filename(). |
|
file_unsafe_directories |
core/includes/file.inc |
Return a list of directories that are not allowed to be upload destinations. |
|
file_unsafe_extensions |
core/includes/file.inc |
Return a list of unsafe file extensions that are never allowed. |
|
file_update_1000 |
core/modules/file/file.install |
Add a view for managing files. |
|
file_update_1001 |
core/modules/file/file.install |
Add a Manage file link to the admin files view. |
|
file_update_1002 |
core/modules/file/file.install |
Switch the 'edit files' permission to 'manage files'. |
|
file_update_1003 |
core/modules/file/file.install |
Add a type column to the file_managed table, and add a file_metadata table. |
|
file_update_1004 |
core/modules/file/file.install |
Convert file_entity variables to config. |
|
file_update_1005 |
core/modules/file/file.install |
Add the default file types and convert custom or modified file types from Drupal 7 file_entity. |
|
file_update_1006 |
core/modules/file/file.install |
Add the default file display settings and convert saved file display settings from Drupal 7 file_entity. |
|
file_update_1007 |
core/modules/file/file.install |
Grant the admin role permission to manage files and file types. |
|
file_update_1008 |
core/modules/file/file.install |
Creates the table to enable caching of Comment entities. |
|
file_update_1009 |
core/modules/file/file.install |
Remove the file_type_determine queue. |
|
file_update_1010 |
core/modules/file/file.install |
Ensures that the "no results" text in 'file_admin' view has a valid format. |
|
file_update_1011 |
core/modules/file/file.install |
Add Apple media types to document file type and to allowed extensions. |
|
file_update_1012 |
core/modules/file/file.install |
Update File Entity Inline settings to core versions and disable contrib
module. |
|
file_update_dependencies |
core/modules/file/file.install |
Implements hook_update_dependencies(). |
|
file_upload_destination_uri |
core/modules/file/file.pages.inc |
Determines the upload location for the file add upload form. |
|
file_upload_max_size |
core/includes/file.inc |
Determines the maximum file upload size by querying the PHP settings. |
|
file_upload_validators_pre_render |
core/modules/file/file.module |
Pre-render callback for adding validation descriptions to file upload fields. |
|
file_uri |
core/modules/file/file.module |
URI callback for file entities. |
|
file_uri_normalize_dot_segments |
core/includes/file.inc |
Normalize dot segments in a URI. |
|
file_uri_scheme |
core/includes/file.inc |
Returns the scheme of a URI (e.g. a stream). |
|
file_uri_target |
core/includes/file.inc |
Returns the part of a URI after the schema. |
|
file_usage_add |
core/includes/file.inc |
Records that a module is using a file. |
|
file_usage_delete |
core/includes/file.inc |
Removes a record to indicate that a module is no longer using a file. |
|
file_usage_list |
core/includes/file.inc |
Determines where a file is used. |
|
file_usage_page |
core/modules/file/file.pages.inc |
Page callback to show file usage information. |
|
file_validate |
core/includes/file.inc |
Checks that a file meets the criteria specified by the validators. |
|
file_validate_extensions |
core/includes/file.inc |
Checks that the filename ends with an allowed extension. |
|
file_validate_image_orientation |
core/includes/file.inc |
Check for EXIF orientation data and rotate file if needed. |
|
file_validate_image_resolution |
core/includes/file.inc |
Verifies that image dimensions are within the specified maximum and minimum. |
|
file_validate_is_image |
core/includes/file.inc |
Checks that the file is recognized by image_get_info() as an image. |
|
file_validate_name_length |
core/includes/file.inc |
Checks for files with names longer than can be stored in the database. |
|
file_validate_size |
core/includes/file.inc |
Checks that the file's size is below certain limits. |
|
file_validate_svg |
core/includes/file.inc |
Validate uploaded SVG files. |
|
file_valid_uri |
core/includes/file.inc |
Determines whether the URI has a valid scheme for file API operations. |
|
file_view |
core/modules/file/file.module |
Generate an array for rendering the given file. |
|
file_views_api |
core/modules/file/file.module |
Implements hook_views_api(). |
|
file_views_data |
core/modules/file/views/file.views.inc |
Implements hook_field_views_data(). |
|
file_view_file |
core/modules/file/file.module |
Generate an array for rendering just the file portion of a file entity. |
|
file_view_mode_label |
core/modules/file/file.module |
Return the label for a specific file entity view mode. |