Functions

Primary tabs

Name Location Description Direct uses Stringssort descending
_locale_batch_build drupal/includes/locale.inc Build a locale batch from an array of files. 2
_locale_batch_system_finished drupal/includes/locale.inc Implements callback_batch_finished().
country_get_list drupal/includes/locale.inc Get list of all predefined and custom countries. 2
locale_date_format_save drupal/includes/locale.inc Save locale specific date formats to the database. 1
locale_get_localized_date_format drupal/includes/locale.inc Select locale date format details from database. 1
xmlrpc_server drupal/includes/xmlrpcs.inc Invokes XML-RPC methods on this server. 1
xmlrpc_server_error drupal/includes/xmlrpcs.inc Throws an XML-RPC error. 1
xmlrpc_server_output drupal/includes/xmlrpcs.inc Sends XML-RPC output to the browser. 2
xmlrpc_server_set drupal/includes/xmlrpcs.inc Stores a copy of an XML-RPC request temporarily. 2
xmlrpc_server_get drupal/includes/xmlrpcs.inc Retrieves the latest stored XML-RPC request. 4
xmlrpc_server_call drupal/includes/xmlrpcs.inc Dispatches an XML-RPC request and any parameters to the appropriate handler. 2
batch_load drupal/includes/batch.inc Loads a batch from the database. 2
_batch_page drupal/includes/batch.inc Renders the batch processing page based on the current state of the batch. 4
_batch_start drupal/includes/batch.inc Initializes the batch processing. 1
_batch_progress_page_js drupal/includes/batch.inc Outputs a batch processing page with JavaScript support. 1
_batch_do drupal/includes/batch.inc Does one execution pass with JavaScript and returns progress to the browser. 1
_batch_progress_page_nojs drupal/includes/batch.inc Outputs a batch processing page without JavaScript support. 2
_batch_process drupal/includes/batch.inc Processes sets in a batch. 3
_batch_api_percentage drupal/includes/batch.inc Formats the percent completion for a batch set. 2
_batch_current_set drupal/includes/batch.inc Returns the batch set being currently processed. 4
_batch_next_set drupal/includes/batch.inc Retrieves the next set in a batch. 1
_batch_finished drupal/includes/batch.inc Ends the batch processing. 2
file_mimetype_mapping drupal/includes/file.mimetypes.inc Return an array of MIME extension mappings. 1
file_default_mimetype_mapping drupal/includes/file.mimetypes.inc Default MIME extension mapping. 1
file_stream_wrapper_get_class drupal/includes/file.inc Returns the stream wrapper class name for a given scheme. 4
file_uri_scheme drupal/includes/file.inc Returns the scheme of a URI (e.g. a stream). 31
file_stream_wrapper_valid_scheme drupal/includes/file.inc Checks that the scheme of a stream URI is valid. 13
file_uri_target drupal/includes/file.inc Returns the part of a URI after the schema. 16
file_stream_wrapper_uri_normalize drupal/includes/file.inc Normalizes a URI by making it syntactically correct. 6
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_get_instance_by_scheme drupal/includes/file.inc Returns a reference to the stream wrapper class responsible for a scheme. 4
file_create_url drupal/includes/file.inc Creates a web-accessible URL for a stream to an external or local file. 37
file_prepare_directory drupal/includes/file.inc Checks that the directory exists and is writable. 24
file_ensure_htaccess drupal/includes/file.inc Creates a .htaccess file in each Drupal files directory if it is missing. 4
file_create_htaccess drupal/includes/file.inc Creates a .htaccess file in the given directory. 2
file_load_multiple drupal/includes/file.inc Loads file objects from the database. 15
file_load drupal/includes/file.inc Loads a single file object from the database. 39
file_save drupal/includes/file.inc Saves a file object to the database. 13
file_usage_list drupal/includes/file.inc Determines where a file is used. 7
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_copy drupal/includes/file.inc Copies a file to a new location and adds a file record to the database. 6
file_valid_uri drupal/includes/file.inc Determines whether the URI has a valid scheme for file API operations. 5
file_unmanaged_copy drupal/includes/file.inc Copies a file to a new location without invoking the file API. 13
file_build_uri drupal/includes/file.inc Constructs a URI to Drupal's default files location given a relative path. 4
file_destination drupal/includes/file.inc Determines the destination path for a file. 3
file_move drupal/includes/file.inc Moves a file to a new location and update the file's database entry. 10
file_unmanaged_move drupal/includes/file.inc Moves a file to a new location without database changes or hook invocation. 6
file_munge_filename drupal/includes/file.inc Modifies a filename as needed for security purposes. 6
file_unmunge_filename drupal/includes/file.inc Undoes the effect of file_munge_filename(). 1

Pages

Other projects