Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
file_space_used drupal/includes/file.inc Determines total disk space used by a single user or the whole filesystem. 2
file_stream_wrapper_get_class drupal/includes/file.inc Returns the stream wrapper class name for a given scheme. 4
file_stream_wrapper_get_instance_by_scheme drupal/includes/file.inc Returns a reference to the stream wrapper class responsible for a scheme. 4
file_stream_wrapper_get_instance_by_uri drupal/includes/file.inc Returns a reference to the stream wrapper class responsible for a given URI. 5
file_stream_wrapper_uri_normalize drupal/includes/file.inc Normalizes a URI by making it syntactically correct. 6
file_stream_wrapper_valid_scheme drupal/includes/file.inc Checks that the scheme of a stream URI is valid. 13
file_test_file_copy drupal/modules/simpletest/tests/file_test.module Implements hook_file_copy().
file_test_file_delete drupal/modules/simpletest/tests/file_test.module Implements hook_file_delete().
file_test_file_download drupal/modules/simpletest/tests/file_test.module Implements hook_file_download().
file_test_file_insert drupal/modules/simpletest/tests/file_test.module Implements hook_file_insert().
file_test_file_load drupal/modules/simpletest/tests/file_test.module Implements hook_file_load().
file_test_file_mimetype_mapping_alter drupal/modules/simpletest/tests/file_test.module Implements hook_file_mimetype_mapping_alter().
file_test_file_move drupal/modules/simpletest/tests/file_test.module Implements hook_file_move().
file_test_file_scan_callback drupal/modules/simpletest/tests/file.test Helper function for testing file_scan_directory(). 1 2
file_test_file_scan_callback_reset drupal/modules/simpletest/tests/file.test Reset static variables used by file_test_file_scan_callback(). 1
file_test_file_update drupal/modules/simpletest/tests/file_test.module Implements hook_file_update().
file_test_file_url_alter drupal/modules/simpletest/tests/file_test.module Implements hook_file_url_alter().
file_test_file_validate drupal/modules/simpletest/tests/file_test.module Implements hook_file_validate().
file_test_get_all_calls drupal/modules/simpletest/tests/file_test.module Get an array with the calls for all hooks. 1
file_test_get_calls drupal/modules/simpletest/tests/file_test.module Get the arguments passed to invocation of a given hook since file_test_reset() was last called. 1
file_test_menu drupal/modules/simpletest/tests/file_test.module Implements hook_menu().
file_test_reset drupal/modules/simpletest/tests/file_test.module Reset/initialize the history of calls to the file_* hooks. 11
file_test_set_return drupal/modules/simpletest/tests/file_test.module Assign a return value for a given operation. 3
file_test_stream_wrappers drupal/modules/simpletest/tests/file_test.module Implements hook_stream_wrappers().
file_test_validator drupal/modules/simpletest/tests/file.test Helper validator that returns the $errors parameter.
file_theme drupal/modules/file/file.module Implements hook_theme().
file_transfer drupal/includes/file.inc Transfers a file to the client using HTTP. 2
file_unmanaged_copy drupal/includes/file.inc Copies a file to a new location without invoking the file API. 13
file_unmanaged_delete drupal/includes/file.inc Deletes a file without database changes or hook invocations. 12
file_unmanaged_delete_recursive drupal/includes/file.inc Deletes all files and directories in the specified filepath recursively. 13
file_unmanaged_move drupal/includes/file.inc Moves a file to a new location without database changes or hook invocation. 6
file_unmanaged_save_data drupal/includes/file.inc Saves a string to the specified destination without invoking file API. 10
file_unmunge_filename drupal/includes/file.inc Undoes the effect of file_munge_filename(). 1
file_upload_max_size drupal/includes/file.inc Determines the maximum file upload size by querying the PHP settings. 4
file_uri_scheme drupal/includes/file.inc Returns the scheme of a URI (e.g. a stream). 31
file_uri_target drupal/includes/file.inc Returns the part of a URI after the schema. 16
file_usage_add drupal/includes/file.inc Records that a module is using a file. 9
file_usage_delete drupal/includes/file.inc Removes a record to indicate that a module is no longer using a file. 8
file_usage_list drupal/includes/file.inc Determines where a file is used. 7
file_validate drupal/includes/file.inc Checks that a file meets the criteria specified by the validators. 2
file_validate_extensions drupal/includes/file.inc Checks that the filename ends with an allowed extension. 2
file_validate_image_resolution drupal/includes/file.inc Verifies that image dimensions are within the specified maximum and minimum. 1
file_validate_is_image drupal/includes/file.inc Checks that the file is recognized by image_get_info() as an image. 1
file_validate_name_length drupal/includes/file.inc Checks for files with names longer than we can store in the database. 1
file_validate_size drupal/includes/file.inc Checks that the file's size is below certain limits. 1
file_valid_uri drupal/includes/file.inc Determines whether the URI has a valid scheme for file API operations. 5
filter_access drupal/modules/filter/filter.module Checks if a user has access to a particular text format. 5 1
filter_admin_disable drupal/modules/filter/filter.admin.inc Form constructor for the text format deletion confirmation form. 1
filter_admin_disable_submit drupal/modules/filter/filter.admin.inc Form submission handler for filter_admin_disable().
filter_admin_format_form drupal/modules/filter/filter.admin.inc Form constructor for the text format add/edit form. 1

Pages

Other projects