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. |
file_match_mimetypes |
function |
core/modules/file/file.module |
Checks if pattern(s) match mimetype(s). |
Views template files |
group |
core/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. |
install_profile_info |
function |
core/includes/install.inc |
Retrieves information about an installation profile from its .info file. |
file_create_htaccess |
function |
core/includes/drupal.inc |
Creates a .htaccess file in the given directory. |
config_file_download |
function |
core/modules/config/config.module |
Implements hook_file_download(). |
file_view_mode_label |
function |
core/modules/file/file.module |
Return the label for a specific file entity view mode. |
image_file_predelete |
function |
core/modules/image/image.module |
Implements hook_file_predelete(). |
_fix_gpc_magic_files |
function |
core/includes/common.inc |
Strips slashes from $_FILES items. |
BackupFile::filePath |
function |
core/includes/backup/backup.file.inc |
Get the full current filepath. |
BackupFile::fileName |
function |
core/includes/backup/backup.file.inc |
Get the final filename. |
BackupFile::mimetype |
function |
core/includes/backup/backup.file.inc |
Get the file mimetype. |
module_test.file.inc |
file |
core/modules/simpletest/tests/module_test.file.inc |
A file to test module_implements() loading includes. |
BackupFile::clearLog |
function |
core/includes/backup/backup.file.inc |
Clear the current log messages. |
hook_file_view_alter |
function |
core/modules/file/file.api.php |
Alter files as they are viewed. |
hook_file_operations |
function |
core/modules/file/file.api.php |
Add mass file operations. |
file_field_widget_uri |
function |
core/modules/file/file.field.inc |
Determines the URI for a file field instance. |
file_unmunge_filename |
function |
core/includes/file.inc |
Undoes the effect of file_munge_filename(). |
file_unmanaged_delete |
function |
core/includes/file.inc |
Deletes a file without database changes or hook invocations. |
install_retrieve_file |
function |
core/includes/install.core.inc |
Attempts to get a file using a HTTP request and to store it locally. |
file_download_headers |
function |
core/includes/file.inc |
Retrieves headers for a private file download. |
Archive_Tar::_addFile |
function |
core/modules/system/system.tar.inc |
|
file_mimetype_mapping |
function |
core/includes/file.mimetypes.inc |
Return an array of MIME extension mappings. |
_file_test_get_return |
function |
core/modules/simpletest/tests/file_test.module |
Load the appropriate return value. |
file_module_test_menu |
function |
core/modules/file/tests/file_module_test/file_module_test.module |
Implements hook_menu(). |
FileScanDirectoryTest |
class |
core/modules/simpletest/tests/file.test |
Tests the file_scan_directory() function. |
file_module_test_form |
function |
core/modules/file/tests/file_module_test/file_module_test.module |
Form constructor for testing a 'managed_file' element. |
file_test_file_insert |
function |
core/modules/simpletest/tests/file_test.module |
Implements hook_file_insert(). |
file_test_file_update |
function |
core/modules/simpletest/tests/file_test.module |
Implements hook_file_update(). |
file_module_test.info |
file |
core/modules/file/tests/file_module_test/file_module_test.info |
name = File test
description = Provides hooks for testing File module functionality.
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
FileUnmanagedMoveTest |
class |
core/modules/simpletest/tests/file.test |
Unmanaged move related tests. |
FileStorageController |
class |
core/modules/file/file.entity.inc |
File storage controller for files. |
FileUnmanagedCopyTest |
class |
core/modules/simpletest/tests/file.test |
Unmanaged copy related tests. |
install_find_profiles |
function |
core/includes/install.core.inc |
Finds all .profile files. |
backdrop_get_filename |
function |
core/includes/bootstrap.inc |
Returns and optionally sets the filename for a system resource. |
Updater::findInfoFile |
function |
core/includes/updater.inc |
Figure out what the most important (or only) info file is in a directory. |
FileTestHelper::setUp |
function |
core/modules/file/tests/file.test |
Sets up a Backdrop site for running functional and integration tests. |
FileTransfer::factory |
function |
core/includes/filetransfer/filetransfer.inc |
Defines a factory method for this class. |
FileTransfer::connect |
function |
core/includes/filetransfer/filetransfer.inc |
Connects to the server. |
file_type_form_submit |
function |
core/modules/file/file.admin.inc |
Form submission handler for file_type_form(). |
FileTransfer::__isset |
function |
core/includes/filetransfer/filetransfer.inc |
Implementation of the magic __isset() method. |