Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
system_list_reset drupal/includes/module.inc Resets all system_list() caches. 6
_module_build_dependencies drupal/includes/module.inc Determines which modules require and are required by each module. 1
module_exists drupal/includes/module.inc Determines whether a given module exists. 43
module_load_install drupal/includes/module.inc Loads a module's installation hooks. 14
module_load_include drupal/includes/module.inc Loads a module include file. 46
module_load_all_includes drupal/includes/module.inc Loads an include file for each module enabled in the {system} table. 1 1
module_enable drupal/includes/module.inc Enables or installs a given list of modules. 27
module_disable drupal/includes/module.inc Disables a given set of modules. 12
module_hook drupal/includes/module.inc Determines whether a module implements a hook. 9
module_implements drupal/includes/module.inc Determines which modules are implementing a hook. 69 4
module_hook_info drupal/includes/module.inc Retrieves a list of hooks that are declared through hook_hook_info(). 2 1
module_implements_write_cache drupal/includes/module.inc Writes the hook implementation cache. 2
pager_find_page drupal/includes/pager.inc Returns the current page being requested for display within a pager. 2
pager_default_initialize drupal/includes/pager.inc Initializes a pager for theme('pager'). 2
pager_get_query_parameters drupal/includes/pager.inc Compose a URL query parameter array for pager links. 1
theme_pager drupal/includes/pager.inc Returns HTML for a query pager.
theme_pager_first drupal/includes/pager.inc Returns HTML for the "first page" link in a query pager.
theme_pager_previous drupal/includes/pager.inc Returns HTML for the "previous page" link in a query pager.
theme_pager_next drupal/includes/pager.inc Returns HTML for the "next page" link in a query pager.
theme_pager_last drupal/includes/pager.inc Returns HTML for the "last page" link in query pager.
theme_pager_link drupal/includes/pager.inc Returns HTML for a link to a specific query result page.
pager_load_array drupal/includes/pager.inc Helper function 5
_password_itoa64 drupal/includes/password.inc Returns a string for mapping an int to the corresponding base 64 character. 3
_password_base64_encode drupal/includes/password.inc Encodes bytes into printable base 64 using the *nix standard from crypt(). 2
_password_generate_salt drupal/includes/password.inc Generates a random base 64-encoded salt prefixed with settings for the hash. 1
_password_enforce_log2_boundaries drupal/includes/password.inc Ensures that $count_log2 is within set bounds. 2
_password_crypt drupal/includes/password.inc Hash a password using a secure stretched hash. 2
_password_get_count_log2 drupal/includes/password.inc Parse the log2 iteration count from a stored hash or setting string. 4
user_hash_password drupal/includes/password.inc Hash a password using a secure hash. 6
user_check_password drupal/includes/password.inc Check whether a plain text password matches a stored hashed password. 3
user_needs_new_hash drupal/includes/password.inc Check whether a user's hashed password needs to be replaced with a new hash. 2
drupal_path_initialize drupal/includes/path.inc Initialize the $_GET['q'] variable to the proper normal path. 1
drupal_lookup_path drupal/includes/path.inc Given an alias, return its Drupal system URL if one exists. Given a Drupal system URL return one of its aliases if such a one exists. Otherwise, return FALSE. 5 3
drupal_cache_system_paths drupal/includes/path.inc Cache system paths for a page. 1
drupal_get_path_alias drupal/includes/path.inc Given an internal Drupal path, return the alias set by the administrator. 6
drupal_get_normal_path drupal/includes/path.inc Given a path alias, return the internal path it represents. 12
drupal_is_front_page drupal/includes/path.inc Check if the current page is the front page. 10
drupal_match_path drupal/includes/path.inc Check if a path matches any pattern in a set of patterns. 3
current_path drupal/includes/path.inc Return the current URL path of the page being viewed. 15
drupal_path_alias_whitelist_rebuild drupal/includes/path.inc Rebuild the path alias white list. 3
path_load drupal/includes/path.inc Fetches a specific URL alias from the database. 4
path_save drupal/includes/path.inc Save a path alias to the database. 9
path_delete drupal/includes/path.inc Delete a URL alias. 6
path_is_admin drupal/includes/path.inc Determines whether a path is in the administrative section of the site. 3
path_get_admin_paths drupal/includes/path.inc Gets a list of administrative and non-administrative paths. 2
drupal_valid_path drupal/includes/path.inc Checks a path exists and the current user has access to it. 4
drupal_clear_path_cache drupal/includes/path.inc Clear the path cache. 3
_registry_update drupal/includes/registry.inc Does the work for registry_update(). 1
registry_get_parsed_files drupal/includes/registry.inc Return the list of files in registry_file 1
_registry_parse_files drupal/includes/registry.inc Parse all changed files and save their interface and class listings. 2

Pages

Other projects