file_directory_temp |
function |
core/includes/file.inc |
Gets the path of system-appropriate temporary directory. |
FILE_URL_TEST_CDN_1 |
constant |
core/modules/simpletest/tests/file_test.module |
|
FILE_URL_TEST_CDN_2 |
constant |
core/modules/simpletest/tests/file_test.module |
|
file_test_get_calls |
function |
core/modules/simpletest/tests/file_test.module |
Get the arguments passed to invocation of a given hook since
file_test_reset() was last called. |
_file_test_log_call |
function |
core/modules/simpletest/tests/file_test.module |
Store the values passed to a hook invocation. |
file_test_file_load |
function |
core/modules/simpletest/tests/file_test.module |
Implements hook_file_load(). |
file_test_file_copy |
function |
core/modules/simpletest/tests/file_test.module |
Implements hook_file_copy(). |
file_test_file_move |
function |
core/modules/simpletest/tests/file_test.module |
Implements hook_file_move(). |
system_file_presave |
function |
core/modules/system/system.module |
Implements hook_file_presave(). |
FileTransfer::$port |
property |
core/includes/filetransfer/filetransfer.inc |
The port for this file transfer. |
file_file_predelete |
function |
core/modules/file/file.module |
Implements hook_file_predelete(). |
FileTransfer::__get |
function |
core/includes/filetransfer/filetransfer.inc |
Implementation of the magic __get() method. |
FileTransfer::chmod |
function |
core/includes/filetransfer/filetransfer.inc |
Changes the permissions of the specified $path (file or directory). |
FileTransfer::__set |
function |
core/includes/filetransfer/filetransfer.inc |
Implementation of the magic __set() method. |
FILE_NOT_EXECUTABLE |
constant |
core/includes/install.inc |
File permission check -- File is not executable. |
FileNameMungingTest |
class |
core/modules/simpletest/tests/file.test |
Tests for file_munge_filename() and file_unmunge_filename(). |
_filter_get_file_id |
function |
core/modules/filter/filter.pages.inc |
Find a managed file ID from a url. |
FilterFileUsageTest |
class |
core/modules/filter/tests/filter.test |
Tests for filter.module's node/entity hooks to track file usage. |
FileReplaceTestCase |
class |
core/modules/file/tests/file.test |
Tests replacing the file associated with a file entity. |
Archive_Tar::$_file |
property |
core/modules/system/system.tar.inc |
|
hook_file_predelete |
function |
core/modules/system/system.api.php |
Act prior to file deletion. |
hook_file_url_alter |
function |
core/modules/system/system.api.php |
Alter the URL to a file. |
file_type_get_types |
function |
core/modules/file/file.module |
Returns a list of all the available file types. |
file_type_get_names |
function |
core/modules/file/file.module |
Returns a list of available file type names. |
image_file_download |
function |
core/modules/image/image.module |
Implements hook_file_download(). |
FileTransfer::$jail |
property |
core/includes/filetransfer/filetransfer.inc |
Full path to directory where file-transfer is restricted to. |
file_type_determine |
function |
core/modules/file/file.module |
|
FilePrivateTestCase |
class |
core/modules/file/tests/file.test |
Tests file access on private nodes. |
FILE_EXISTS_REPLACE |
constant |
core/includes/file.inc |
Flag for dealing with existing files: Replace the existing file. |
drupal_get_filename |
function |
core/includes/drupal.inc |
Returns and optionally sets the filename for a system resource. |
file_field_displayed |
function |
core/modules/file/file.field.inc |
Determines whether a file should be displayed when outputting field content. |
hook_file_type_alter |
function |
core/modules/file/file.api.php |
Alters list of file types that can be assigned to a file. |
file_ensure_htaccess |
function |
core/includes/file.inc |
Creates a .htaccess file in each files directory if it is missing. |
RetrieveFileTestCase |
class |
core/modules/system/tests/system.test |
Test HTTP file downloading capability. |
file_create_filename |
function |
core/includes/file.inc |
Creates a full file path from a directory and filename. |
file_delete_multiple |
function |
core/includes/file.inc |
Deletes files. |
file_add_form_submit |
function |
core/modules/file/file.pages.inc |
Submit handler for the add file form. |
system_file_download |
function |
core/modules/system/system.module |
Implements hook_file_download(). |
file_download_access |
function |
core/includes/file.inc |
Checks that the current user has access to a particular file. |
file_upload_max_size |
function |
core/includes/file.inc |
Determines the maximum file upload size by querying the PHP settings. |
file_test_set_return |
function |
core/modules/simpletest/tests/file_test.module |
Assign a return value for a given operation. |
user-profile.tpl.php |
file |
core/modules/user/templates/user-profile.tpl.php |
Default theme implementation to present all user profile data. |
install_load_profile |
function |
core/includes/install.core.inc |
Loads information about the chosen profile during installation. |
file_list_types_page |
function |
core/modules/file/file.admin.inc |
Displays the file type admin overview page. |
FileURLRewritingTest |
class |
core/modules/simpletest/tests/file.test |
Tests for file URL rewriting. |
FileTransfer::isFile |
function |
core/includes/filetransfer/filetransfer.inc |
Checks if a particular path is a file (not a directory). |
_color_get_file_path |
function |
core/modules/color/color.module |
Finds the original file path of a CSS file from the color configuration. |
drupal_check_profile |
function |
core/includes/drupal.inc |
Checks an installation profile's requirements. |
backdrop_get_profile |
function |
core/includes/common.inc |
Gets the name of the currently active installation profile. |
system_retrieve_file |
function |
core/modules/system/system.module |
Attempts to get a file using backdrop_http_request and to store it locally. |