file_scan_directory |
function |
includes/file.inc |
Finds all files that match a given mask in a given directory. |
image_file_download |
function |
modules/image/image.module |
Implements hook_file_download(). |
_file_fields_update |
function |
modules/file/file.file.inc |
Update an entity's field values without changing anything on the entity. |
FileReplaceTestCase |
class |
modules/file/tests/file.test |
Tests replacing the file associated with a file entity. |
FileTransfer::$port |
property |
includes/filetransfer/filetransfer.inc |
|
FileTransfer::chmod |
function |
includes/filetransfer/filetransfer.inc |
|
file_type_determine |
function |
modules/file/file.module |
|
FILE_NOT_EXECUTABLE |
constant |
includes/install.inc |
File permission check -- File is not executable. |
FileTransfer::__get |
function |
includes/filetransfer/filetransfer.inc |
Implementation of the magic __get() method. |
file_default_scheme |
function |
includes/file.inc |
Gets the default file stream implementation. |
file_test_file_move |
function |
modules/simpletest/tests/file_test.module |
Implements hook_file_move(). |
file_field_is_empty |
function |
modules/file/file.field.inc |
Implements hook_field_is_empty(). |
file_type_get_names |
function |
modules/file/file.module |
Returns a list of available file type names. |
_file_test_log_call |
function |
modules/simpletest/tests/file_test.module |
Store the values passed to a hook invocation. |
RetrieveFileTestCase |
class |
modules/system/tests/system.test |
Test HTTP file downloading capability. |
file_delete_multiple |
function |
includes/file.inc |
Deletes files. |
install_load_profile |
function |
includes/install.core.inc |
Loads information about the chosen profile during installation. |
file_add_form_submit |
function |
modules/file/file.pages.inc |
Submit handler for the add file form. |
file_list_types_page |
function |
modules/file/file.admin.inc |
Displays the file type admin overview page. |
file_create_filename |
function |
includes/file.inc |
Creates a full file path from a directory and filename. |
file_view_mode_label |
function |
modules/file/file.module |
Return the label for a specific file entity view mode. |
config_file_download |
function |
modules/config/config.module |
Implements hook_file_download(). |
FileURLRewritingTest |
class |
modules/simpletest/tests/file.test |
Tests for file URL rewriting. |
file_field_displayed |
function |
modules/file/file.field.inc |
Determines whether a file should be displayed when outputting field content. |
module_test.file.inc |
file |
modules/simpletest/tests/module_test.file.inc |
A file to test module_implements() loading includes. |
file_create_htaccess |
function |
includes/drupal.inc |
Creates a .htaccess file in the given directory. |
system_retrieve_file |
function |
modules/system/system.module |
Attempts to get a file using backdrop_http_request and to store it locally. |
file_upload_max_size |
function |
includes/file.inc |
Determines the maximum file upload size by querying the PHP settings. |
file_ensure_htaccess |
function |
includes/file.inc |
Creates a .htaccess file in each files directory if it is missing. |
user-profile.tpl.php |
file |
modules/user/templates/user-profile.tpl.php |
Default theme implementation to present all user profile data. |
image_file_predelete |
function |
modules/image/image.module |
Implements hook_file_predelete(). |
file_download_access |
function |
includes/file.inc |
Checks that the current user has access to a particular file. |
file_test_set_return |
function |
modules/simpletest/tests/file_test.module |
Assign a return value for a given operation. |
FileTransfer::isFile |
function |
includes/filetransfer/filetransfer.inc |
Checks if a particular path is a file (not a directory). |
_fix_gpc_magic_files |
function |
includes/common.inc |
Strips slashes from $_FILES items. |
backdrop_get_profile |
function |
includes/common.inc |
Gets the name of the currently active installation profile. |
_color_get_file_path |
function |
modules/color/color.module |
Finds the original file path of a CSS file from the color configuration. |
Views template files |
group |
modules/views/templates/views.theme.inc |
All views templates can be overridden with a variety of names, using
the view, the display ID of the view, the display type of the view,
or some combination thereof. |
file_match_mimetypes |
function |
modules/file/file.module |
Checks if pattern(s) match mimetype(s). |
install_profile_info |
function |
includes/install.inc |
Retrieves information about an installation profile from its .info file. |
hook_file_type_alter |
function |
modules/file/file.api.php |
Alters list of file types that can be assigned to a file. |
file_cron_queue_info |
function |
modules/file/file.module |
|
hook_file_operations |
function |
modules/file/file.api.php |
Add mass file operations. |
hook_file_view_alter |
function |
modules/file/file.api.php |
Alter files as they are viewed. |
drupal_check_profile |
function |
includes/drupal.inc |
Checks an installation profile's requirements. |
file_info_cache_clear |
function |
modules/file/file.module |
Clears caches that are related to file entity. |
FileFieldPathTestCase |
class |
modules/file/tests/file.test |
Tests that files are uploaded to proper locations. |
file_type_cache_reset |
function |
modules/file/file.module |
Clears the file type cache. |
Updater::findInfoFile |
function |
includes/updater.inc |
Figure out what the most important (or only) info file is in a directory. |
file_unmunge_filename |
function |
includes/file.inc |
Undoes the effect of file_munge_filename(). |