FILE_CREATE_DIRECTORY |
constant |
core/includes/file.inc |
Flag used by file_prepare_directory() -- create directory if not present. |
FILE_STATUS_PERMANENT |
constant |
core/includes/file.inc |
Indicates that the file is permanent and should not be deleted. |
file_prepare_directory |
function |
core/includes/file.inc |
Checks that the directory exists and is writable. |
file_field_widget_info |
function |
core/modules/file/file.field.inc |
Implements hook_field_widget_info(). |
file_field_widget_form |
function |
core/modules/file/file.field.inc |
Implements hook_field_widget_form(). |
UpdateTestFileTransfer |
class |
core/modules/update/tests/update_test/update_test.module |
Mocks a FileTransfer object to test the settings form functionality. |
theme_file_upload_help |
function |
core/modules/file/file.theme.inc |
Returns HTML for help text based on file upload validators. |
FileTestCase::$profile |
property |
core/modules/simpletest/tests/file.test |
|
file_add_form_validate |
function |
core/modules/file/file.pages.inc |
Validation handler for file_add_form(). |
file_validate_is_image |
function |
core/includes/file.inc |
Checks that the file is recognized by image_get_info() as an image. |
filter_parse_file_fids |
function |
core/modules/filter/filter.module |
Parse an HTML snippet for any data-file-id attributes. |
file_example_readwrite |
function |
modules/examples/file_example/file_example.module |
Form builder function. |
_file_test_form_submit |
function |
core/modules/simpletest/tests/file_test.module |
Process the upload. |
PathTestCase::$profile |
property |
core/modules/path/tests/path.test |
The profile to install as a basis for testing. |
FileExampleTest::setUp |
function |
modules/examples/file_example/tests/file_example.test |
Sets up a Backdrop site for running functional and integration tests. |
install_select_profile |
function |
core/includes/install.core.inc |
Selects which profile to install. |
drupal_parse_info_file |
function |
core/includes/drupal.inc |
Parses Backdrop module and theme .info files. |
FileTransfer::copyFile |
function |
core/includes/filetransfer/filetransfer.inc |
Copies a file. |
IconTestCase::$profile |
property |
core/modules/simpletest/tests/icon.test |
The profile to install as a basis for testing. |
backdrop_check_profile |
function |
core/includes/install.inc |
Checks an installation profile's requirements. |
file_get_mimetype_type |
function |
core/modules/file/file.module |
|
_file_usage_list_links |
function |
core/modules/file/file.pages.inc |
Build a list of links to content that references a file. |
file_field_attach_load |
function |
core/modules/file/file.module |
Implements hook_field_attach_load(). |
SystemTestFileTransfer |
class |
core/modules/simpletest/tests/system_test.module |
Mock FileTransfer object to test the settings form functionality. |
hook_filetransfer_info |
function |
core/modules/system/system.api.php |
Register information about FileTransfer classes provided by a module. |
file_unmanaged_prepare |
function |
core/includes/file.inc |
Internal function that prepares the destination for a file_unmanaged_copy or
file_unmanaged_move operation. |
InfoFileParserTestCase |
class |
core/modules/system/tests/system.test |
|
hook_file_update_index |
function |
core/modules/file/file.api.php |
Act on a file being indexed for searching. |
hook_file_metadata_info |
function |
core/modules/file/file.api.php |
Provides metadata information. |
file_field_widget_value |
function |
core/modules/file/file.field.inc |
Render API callback: Retrieves the value for the file_generic field element. |
theme_file_managed_file |
function |
core/modules/file/file.theme.inc |
Returns HTML for a managed file element. |
file_file_metadata_info |
function |
core/modules/file/file.file.inc |
Implements hook_file_metadata_info(). |
user-profile--2.tpl.php |
file |
core/modules/simpletest/tests/themes/test_theme/templates/user-profile--2.tpl.php |
|
DashboardTest::$profile |
property |
core/modules/dashboard/tests/dashboard.test |
The profile to install as a basis for testing. |
FileHookTestCase::setUp |
function |
core/modules/simpletest/tests/file.test |
|
_token_example_get_file |
function |
modules/examples/token_example/token_example.module |
Builds a list of available files. |
Archive_Tar::_cleanFile |
function |
core/modules/system/system.tar.inc |
|
file_example_permission |
function |
modules/examples/file_example/file_example.module |
Implements hook_permission(). |
ConfigFileStorage::read |
function |
core/includes/config.inc |
Reads configuration data from the storage. |
file_test_get_all_calls |
function |
core/modules/simpletest/tests/file_test.module |
Get an array with the calls for all hooks. |
RemoteFileDirectoryTest |
class |
core/modules/simpletest/tests/file.test |
Directory related tests. |
file_test_file_validate |
function |
core/modules/simpletest/tests/file_test.module |
Implements hook_file_validate(). |
file_test_file_download |
function |
core/modules/simpletest/tests/file_test.module |
Implements hook_file_download(). |
FileUnmanagedDeleteTest |
class |
core/modules/simpletest/tests/file.test |
Deletion related tests. |
file_test_autoload_info |
function |
core/modules/simpletest/tests/file_test.module |
Implements hook_autoload_info(). |
file_module_test.module |
file |
core/modules/file/tests/file_module_test/file_module_test.module |
Provides File module pages for testing purposes. |
TestFileTransfer::$host |
property |
core/modules/simpletest/tests/filetransfer.test |
|
TestFileTransfer::$port |
property |
core/modules/simpletest/tests/filetransfer.test |
|
file_manage_form_submit |
function |
core/modules/file/file.pages.inc |
Form submission handler for the 'Save' button for file_manage_form(). |
_install_select_profile |
function |
core/includes/install.core.inc |
Selects an installation profile from a list or from a $_POST submission. |