Functions

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
file_managed_file_pre_render drupal-7.x/modules/file/file.module #pre_render callback to hide display of the upload or remove controls. 1
file_managed_file_process drupal-7.x/modules/file/file.module Process function to expand the managed_file element type. 1
file_managed_file_save_upload drupal-7.x/modules/file/file.module Saves any files that have been uploaded into a managed_file element. 1
file_managed_file_submit drupal-7.x/modules/file/file.module Form submission handler for upload / remove buttons of managed_file elements. 1
file_managed_file_validate drupal-7.x/modules/file/file.module An #element_validate callback for the managed_file element. 1
file_managed_file_value drupal-7.x/modules/file/file.module The #value_callback for a managed_file type element. 1 1
file_menu drupal-7.x/modules/file/file.module Implements hook_menu().
file_mimetype_mapping drupal-7.x/includes/file.mimetypes.inc Return an array of MIME extension mappings. 1
file_module_test_form drupal-7.x/modules/file/tests/file_module_test.module Form constructor for testing a 'managed_file' element. 1
file_module_test_form_submit drupal-7.x/modules/file/tests/file_module_test.module Form submission handler for file_module_test_form().
file_module_test_menu drupal-7.x/modules/file/tests/file_module_test.module Implements hook_menu().
file_move drupal-7.x/includes/file.inc Moves a file to a new location and update the file's database entry. 10
file_munge_filename drupal-7.x/includes/file.inc Modifies a filename as needed for security purposes. 6
file_prepare_directory drupal-7.x/includes/file.inc Checks that the directory exists and is writable. 24
file_progress_implementation drupal-7.x/modules/file/file.module Determines the preferred upload progress implementation. 4
file_requirements drupal-7.x/modules/file/file.install Implements hook_requirements().
file_save drupal-7.x/includes/file.inc Saves a file object to the database. 12
file_save_data drupal-7.x/includes/file.inc Saves a file to the specified destination and creates a database entry. 8
file_save_upload drupal-7.x/includes/file.inc Saves a file upload to a new location. 8
file_scan_directory drupal-7.x/includes/file.inc Finds all files that match a given mask in a given directory. 26 1
file_space_used drupal-7.x/includes/file.inc Determines total disk space used by a single user or the whole filesystem. 2
file_stream_wrapper_get_class drupal-7.x/includes/file.inc Returns the stream wrapper class name for a given scheme. 4
file_stream_wrapper_get_instance_by_scheme drupal-7.x/includes/file.inc Returns a reference to the stream wrapper class responsible for a scheme. 12
file_stream_wrapper_get_instance_by_uri drupal-7.x/includes/file.inc Returns a reference to the stream wrapper class responsible for a given URI. 6
file_stream_wrapper_uri_normalize drupal-7.x/includes/file.inc Normalizes a URI by making it syntactically correct. 7
file_stream_wrapper_valid_scheme drupal-7.x/includes/file.inc Checks that the scheme of a stream URI is valid. 13
file_test_file_copy drupal-7.x/modules/simpletest/tests/file_test.module Implements hook_file_copy().
file_test_file_delete drupal-7.x/modules/simpletest/tests/file_test.module Implements hook_file_delete().
file_test_file_download drupal-7.x/modules/simpletest/tests/file_test.module Implements hook_file_download().
file_test_file_insert drupal-7.x/modules/simpletest/tests/file_test.module Implements hook_file_insert().
file_test_file_load drupal-7.x/modules/simpletest/tests/file_test.module Implements hook_file_load().
file_test_file_mimetype_mapping_alter drupal-7.x/modules/simpletest/tests/file_test.module Implements hook_file_mimetype_mapping_alter().
file_test_file_move drupal-7.x/modules/simpletest/tests/file_test.module Implements hook_file_move().
file_test_file_scan_callback drupal-7.x/modules/simpletest/tests/file.test Helper function for testing file_scan_directory(). 1 2
file_test_file_scan_callback_reset drupal-7.x/modules/simpletest/tests/file.test Reset static variables used by file_test_file_scan_callback(). 1
file_test_file_update drupal-7.x/modules/simpletest/tests/file_test.module Implements hook_file_update().
file_test_file_url_alter drupal-7.x/modules/simpletest/tests/file_test.module Implements hook_file_url_alter().
file_test_file_validate drupal-7.x/modules/simpletest/tests/file_test.module Implements hook_file_validate().
file_test_get_all_calls drupal-7.x/modules/simpletest/tests/file_test.module Get an array with the calls for all hooks. 1
file_test_get_calls drupal-7.x/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-7.x/modules/simpletest/tests/file_test.module Implements hook_menu().
file_test_reset drupal-7.x/modules/simpletest/tests/file_test.module Reset/initialize the history of calls to the file_* hooks. 11
file_test_set_return drupal-7.x/modules/simpletest/tests/file_test.module Assign a return value for a given operation. 3
file_test_stream_wrappers drupal-7.x/modules/simpletest/tests/file_test.module Implements hook_stream_wrappers().
file_test_validator drupal-7.x/modules/simpletest/tests/file.test Helper validator that returns the $errors parameter. 1
file_theme drupal-7.x/modules/file/file.module Implements hook_theme().
file_transfer drupal-7.x/includes/file.inc Transfers a file to the client using HTTP. 2
file_unmanaged_copy drupal-7.x/includes/file.inc Copies a file to a new location without invoking the file API. 13
file_unmanaged_delete drupal-7.x/includes/file.inc Deletes a file without database changes or hook invocations. 12
file_unmanaged_delete_recursive drupal-7.x/includes/file.inc Deletes all files and directories in the specified filepath recursively. 13

Páginas