Functions

Primary tabs

Name Location Description Direct uses Stringssort descending
pager_load_array drupal/core/includes/pager.inc Helper function 3
system_list_reset drupal/core/includes/module.inc Resets all system_list() caches. 5
system_register drupal/core/includes/module.inc Registers an extension in runtime registries for execution. 1
module_load_install drupal/core/includes/module.inc Loads a module's installation hooks. 23
module_load_include drupal/core/includes/module.inc Loads a module include file. 50
module_enable Deprecated drupal/core/includes/module.inc Enables or installs a given list of modules. 57
module_disable Deprecated drupal/core/includes/module.inc Disables a given set of modules. 20
module_uninstall Deprecated drupal/core/includes/module.inc Uninstalls a given list of disabled modules. 7
drupal_required_modules drupal/core/includes/module.inc Returns an array of modules required by core. 1
module_set_weight drupal/core/includes/module.inc Sets weight of a particular module. 9
module_config_sort drupal/core/includes/module.inc Sorts the configured list of enabled modules. 4
_batch_page drupal/core/includes/batch.inc Renders the batch processing page based on the current state of the batch. 4
_batch_do drupal/core/includes/batch.inc Does one execution pass with JavaScript and returns progress to the browser. 1
_batch_progress_page drupal/core/includes/batch.inc Outputs a batch processing page. 1
_batch_process drupal/core/includes/batch.inc Processes sets in a batch. 3
_batch_api_percentage drupal/core/includes/batch.inc Formats the percent completion for a batch set. 2
_batch_current_set drupal/core/includes/batch.inc Returns the batch set being currently processed. 3
_batch_next_set drupal/core/includes/batch.inc Retrieves the next set in a batch. 1
_batch_finished drupal/core/includes/batch.inc Ends the batch processing. 2
file_stream_wrapper_get_class drupal/core/includes/file.inc Returns the stream wrapper class name for a given scheme. 4
file_uri_scheme drupal/core/includes/file.inc Returns the scheme of a URI (e.g. a stream). 34
file_stream_wrapper_valid_scheme drupal/core/includes/file.inc Checks that the scheme of a stream URI is valid. 12
file_uri_target drupal/core/includes/file.inc Returns the part of a URI after the schema. 14
file_stream_wrapper_uri_normalize drupal/core/includes/file.inc Normalizes a URI by making it syntactically correct. 6
file_stream_wrapper_get_instance_by_uri drupal/core/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/core/includes/file.inc Returns a reference to the stream wrapper class responsible for a scheme. 5
file_prepare_directory drupal/core/includes/file.inc Checks that the directory exists and is writable. 26
file_ensure_htaccess drupal/core/includes/file.inc Creates a .htaccess file in each Drupal files directory if it is missing. 3
file_save_htaccess drupal/core/includes/file.inc Creates a .htaccess file in the given directory. 2
file_valid_uri drupal/core/includes/file.inc Determines whether the URI has a valid scheme for file API operations. 3
file_unmanaged_copy drupal/core/includes/file.inc Copies a file to a new location without invoking the file API. 20
file_build_uri drupal/core/includes/file.inc Constructs a URI to Drupal's default files location given a relative path. 3
file_destination drupal/core/includes/file.inc Determines the destination path for a file. 3
file_unmanaged_move drupal/core/includes/file.inc Moves a file to a new location without database changes or hook invocation. 7
file_munge_filename drupal/core/includes/file.inc Modifies a filename as needed for security purposes. 6
file_unmunge_filename drupal/core/includes/file.inc Undoes the effect of file_munge_filename(). 1
file_create_filename drupal/core/includes/file.inc Creates a full file path from a directory and filename. 3
file_delete drupal/core/includes/file.inc Deletes a file and its database record. 1
file_delete_multiple drupal/core/includes/file.inc Deletes files. 1
file_unmanaged_delete drupal/core/includes/file.inc Deletes a file without database changes or hook invocations. 14
file_unmanaged_delete_recursive drupal/core/includes/file.inc Deletes all files and directories in the specified filepath recursively. 13
file_save_upload drupal/core/includes/file.inc Saves file uploads to a new location. 7
drupal_move_uploaded_file drupal/core/includes/file.inc Moves an uploaded file to a new location. 1
file_unmanaged_save_data drupal/core/includes/file.inc Saves a file to the specified destination without invoking file API. 11
file_scan_directory drupal/core/includes/file.inc Finds all files that match a given mask in a given directory. 24
file_upload_max_size drupal/core/includes/file.inc Determines the maximum file upload size by querying the PHP settings. 5
file_get_mimetype drupal/core/includes/file.inc Determines an Internet Media Type or MIME type from a filename. 4
drupal_chmod drupal/core/includes/file.inc Sets the permissions on a file or directory. 10
drupal_unlink drupal/core/includes/file.inc Deletes a file. 20
drupal_realpath drupal/core/includes/file.inc Returns the absolute local filesystem path of a stream URI. 42

Pages

Other projects