Contains filters are case sensitive
Name Locationsort ascending Description
user_hash_password includes/password.inc Hash a password using a secure hash.
user_check_password includes/password.inc Check whether a plain text password matches a stored hashed password.
user_needs_new_hash includes/password.inc Check whether a user's hashed password needs to be replaced with a new hash.
_password_enforce_log2_boundaries includes/password.inc Ensures that $count_log2 is within set bounds.
_password_generate_salt includes/password.inc Generates a random base 64-encoded salt prefixed with settings for the hash.
_password_base64_encode includes/password.inc Encodes bytes into printable base 64 using the *nix standard from crypt().
pager_find_page includes/pager.inc Returns the current page being requested for display within a pager.
pager_default_initialize includes/pager.inc Initializes a pager for theme('pager').
pager_get_query_parameters includes/pager.inc Compose a URL query parameter array for pager links.
theme_pager includes/pager.inc Returns HTML for a query pager.
theme_pager_first includes/pager.inc Returns HTML for the "first page" link in a query pager.
theme_pager_previous includes/pager.inc Returns HTML for the "previous page" link in a query pager.
theme_pager_next includes/pager.inc Returns HTML for the "next page" link in a query pager.
theme_pager_last includes/pager.inc Returns HTML for the "last page" link in query pager.
theme_pager_link includes/pager.inc Returns HTML for a link to a specific query result page.
pager_load_array includes/pager.inc Helper function
module_load_all_includes includes/module.inc Loads an include file for each module enabled in the {system} table.
module_enable includes/module.inc Enables or installs a given list of modules.
module_disable includes/module.inc Disables a given set of modules.
module_hook includes/module.inc Determines whether a module implements a hook.
module_implements includes/module.inc Determines which modules are implementing a hook.
module_implements_reset includes/module.inc Regenerate the stored list of hook implementations.
module_hook_info includes/module.inc Retrieves a list of hooks that are declared through hook_hook_info().
module_implements_write_cache includes/module.inc Writes the hook implementation cache.
module_invoke includes/module.inc Invokes a hook in a particular module.
module_load_include includes/module.inc Loads a module include file.
module_invoke_all includes/module.inc Invokes a hook in all enabled modules that implement it.
backdrop_merged_modules includes/module.inc Returns an array of modules that have been merged into Backdrop core.
module_load_all includes/module.inc Loads all the modules that have been enabled in the system table.
module_list includes/module.inc Returns a list of currently active modules.
system_list includes/module.inc Builds a list of bootstrap modules and enabled modules and themes.
module_set_weight includes/module.inc Set the weight of a module in the 'system' table, thereby determining the order in which its hooks will be executed in relation to other modules.
backdrop_alter includes/module.inc Passes alterable variables to specific hook_TYPE_alter() implementations.
backdrop_required_modules includes/module.inc Returns an array of modules required by core.
system_list_reset includes/module.inc Resets all system_list() caches.
module_load_install includes/module.inc Loads a module's installation hooks.
module_exists includes/module.inc Determines whether a given module exists.
_module_build_dependencies includes/module.inc Determines which modules require and are required by each module.
menu_navigation_links includes/menu.inc Returns an array of links for a navigation menu.
menu_local_tasks includes/menu.inc Collects the local tasks (tabs), action links, and the root path.
menu_contextual_links includes/menu.inc Retrieves contextual links for a path based on registered local tasks.
menu_primary_local_tasks includes/menu.inc Returns the rendered local tasks at the top level.
menu_secondary_local_tasks includes/menu.inc Returns the rendered local tasks at the second level.
menu_local_actions includes/menu.inc Returns the rendered local actions at the current level.
menu_tab_root_path includes/menu.inc Returns the router path, or the path for a default local task's parent.
menu_local_tabs includes/menu.inc Returns rendered HTML for the primary and secondary tabs.
theme_menu_local_tasks includes/menu.inc Returns HTML for primary and secondary local tasks.
menu_set_active_menu_names includes/menu.inc Sets (or gets) the active menu for the current page.
menu_get_active_menu_names includes/menu.inc Gets the active menu for the current page.
menu_set_active_item includes/menu.inc Sets the active path, which determines which page is loaded.

Pages