Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| file_create_filename | function | core/ |
Creates a full file path from a directory and filename. |
| file_create_url | function | core/ |
Creates a web-accessible URL for a stream to an external or local file. |
| file_cron | function | core/ |
Implements hook_cron(). |
| file_default_scheme | function | core/ |
Gets the default file stream implementation. |
| file_delete | function | core/ |
Deletes a file and its database record. |
| file_delete_multiple | function | core/ |
Deletes files. |
| file_destination | function | core/ |
Determines the destination path for a file. |
| file_directory_os_temp | function | core/ |
Discovers a writable system-appropriate temporary directory. |
| file_directory_temp | function | core/ |
Gets and sets the path of the configured temporary directory. |
| file_ensure_htaccess | function | core/ |
Creates a .htaccess file in each Drupal files directory if it is missing. |
| FILE_EXECUTABLE | constant | core/ |
File permission check -- File is executable. |
| FILE_EXIST | constant | core/ |
File permission check -- File exists. |
| FILE_EXISTS_ERROR | constant | core/ |
Flag for dealing with existing files: Do nothing and return FALSE. |
| FILE_EXISTS_RENAME | constant | core/ |
Flag for dealing with existing files: Appends number until name is unique. |
| FILE_EXISTS_REPLACE | constant | core/ |
Flag for dealing with existing files: Replace the existing file. |
| file_field_find_file_reference_column | function | core/ |
Determine whether a field references files stored in {file_managed}. |
| file_field_views_data | function | core/ |
Implements hook_field_views_data(). |
| file_field_views_data_views_data_alter | function | core/ |
Implements hook_field_views_data_views_data_alter(). |
| file_field_widget_info_alter | function | core/ |
Implements hook_field_widget_info_alter(). |
| file_file_download | function | core/ |
Implements hook_file_download(). |
| file_file_predelete | function | core/ |
Implements hook_ENTITY_TYPE_predelete() for file entities. |
| file_get_content_headers | function | core/ |
Examines a file entity and returns appropriate content headers for download. |
| file_get_file_references | function | core/ |
Retrieves a list of references to a file. |
| file_help | function | core/ |
Implements hook_help(). |
| file_htaccess_lines | function | core/ |
Returns the standard .htaccess lines that Drupal writes to file directories. |
| file_icon_class | function | core/ |
Gets a class for the icon for a MIME type. |
| file_icon_map | function | core/ |
Determines the generic icon MIME package based on a file's MIME type. |
| FILE_INSECURE_EXTENSION_REGEX | constant | core/ |
The regex pattern used when checking for insecure file types. |
| file_load | function | core/ |
Loads a single file entity from the database. |
| file_load_multiple | function | core/ |
Loads file entities from the database. |
| file_managed_file_save_upload | function | core/ |
Saves any files that have been uploaded into a managed_file element. |
| file_managed_file_submit | function | core/ |
Form submission handler for upload / remove buttons of managed_file elements. |
| FILE_MODIFY_PERMISSIONS | constant | core/ |
Flag used to indicate file permissions may be changed. |
| file_module_test.info.yml | file | core/ |
core/modules/file/tests/file_module_test/file_module_test.info.yml |
| file_module_test.routing.yml | file | core/ |
core/modules/file/tests/file_module_test/file_module_test.routing.yml |
| file_move | function | core/ |
Moves a file to a new location and update the file's database entry. |
| file_munge_filename | function | core/ |
Modifies a filename as needed for security purposes. |
| FILE_NOT_EXECUTABLE | constant | core/ |
File permission check -- File is not executable. |
| FILE_NOT_EXIST | constant | core/ |
File permission check -- File does not exist. |
| FILE_NOT_READABLE | constant | core/ |
File permission check -- File is not readable. |
| FILE_NOT_WRITABLE | constant | core/ |
File permission check -- File is not writable. |
| file_prepare_directory | function | core/ |
Checks that the directory exists and is writable. |
| file_progress_implementation | function | core/ |
Determines the preferred upload progress implementation. |
| FILE_READABLE | constant | core/ |
File permission check -- File is readable. |
| file_requirements | function | core/ |
Implements hook_requirements(). |
| file_save_data | function | core/ |
Saves a file to the specified destination and creates a database entry. |
| file_save_htaccess | function | core/ |
Creates a .htaccess file in the given directory. |
| file_save_upload | function | core/ |
Saves file uploads to a new location. |
| file_scan_directory | function | core/ |
Finds all files that match a given mask in a given directory. |
| file_schema | function | core/ |
Implements hook_schema(). |
Pagination
- Previous page
- Page 654
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.