Contains filters are case sensitive
Name Locationsort ascending Description
_theme_table_cell includes/theme.inc Returns HTML output for a single table cell for theme_table().
template_preprocess includes/theme.inc Adds a default set of variables for variable preprocessors and templates.
_template_preprocess_default_variables includes/theme.inc Returns hook-independent variables to template_preprocess().
template_preprocess_header includes/theme.inc Preprocess variables for header.tpl.php
template_preprocess_page includes/theme.inc Preprocess variables for page.tpl.php
theme_get_suggestions includes/theme.inc Generate an array of suggestions from path arguments.
template_preprocess_maintenance_page includes/theme.inc Prepares variables for maintenance-page templates.
tablesort_get_query_parameters includes/tablesort.inc Composes a URL query parameter array for table sorting links.
tablesort_init includes/tablesort.inc Initializes the table sort context.
tablesort_header includes/tablesort.inc Formats a column header.
tablesort_cell includes/tablesort.inc Formats a table cell.
tablesort_get_order includes/tablesort.inc Determines the current sort criterion.
tablesort_get_sort includes/tablesort.inc Determines the current sort direction.
standard_timezone_country_list includes/standard.inc Get an array of all timezones and their matching country code.
standard_language_list includes/standard.inc Some common languages with their English and native names.
standard_country_list includes/standard.inc Get an array of all country code => country name pairs.
backdrop_session_destroy_uid includes/session.inc Ends a specific user's session(s).
backdrop_session_started includes/session.inc Returns whether a session has been started.
_backdrop_session_garbage_collection includes/session.inc Session handler assigned by session_set_save_handler().
backdrop_save_session includes/session.inc Determines whether to save session data of the current request.
_backdrop_session_open includes/session.inc Session handler assigned by session_set_save_handler().
_backdrop_session_regenerate_existing includes/session.inc Regenerates an existing session.
backdrop_session_commit includes/session.inc Commits the current session, if necessary.
_backdrop_session_write includes/session.inc Writes an entire session to the database (internal use only).
backdrop_session_initialize includes/session.inc Initializes the session handler, starting a session if needed.
_backdrop_session_destroy includes/session.inc Session handler assigned by session_set_save_handler().
_backdrop_session_delete_cookie includes/session.inc Deletes the session cookie.
_backdrop_session_close includes/session.inc Session handler assigned by session_set_save_handler().
backdrop_session_start includes/session.inc Starts a session forcefully, preserving already set session data.
backdrop_session_regenerate includes/session.inc Called when an anonymous user becomes authenticated or vice-versa.
_backdrop_session_read includes/session.inc Reads an entire session from the database (internal use only).
backdrop_lookup_path includes/path.inc Given an alias, return its Backdrop system URL if one exists. Given a Backdrop system URL return one of its aliases if such a one exists. Otherwise, return FALSE.
backdrop_cache_system_paths includes/path.inc Cache system paths for a page.
backdrop_get_path_alias includes/path.inc Given an internal Backdrop path, return the alias set by the administrator.
backdrop_get_normal_path includes/path.inc Given a path alias, return the internal path it represents.
backdrop_clear_path_cache includes/path.inc Clear the path cache.
backdrop_is_front_page includes/path.inc Check if the current page is the home page.
path_get_admin_paths includes/path.inc Gets a list of administrative and non-administrative paths.
path_delete includes/path.inc Delete a URL alias.
path_is_admin includes/path.inc Determines whether a path is in the administrative section of the site.
backdrop_valid_path includes/path.inc Checks a path exists and the current user has access to it.
backdrop_match_path includes/path.inc Check if a path matches any pattern in a set of patterns.
path_save includes/path.inc Save a path alias to the database.
path_load_multiple includes/path.inc Load a collection of URL aliases from the database all at once.
path_load includes/path.inc Fetches a specific URL alias from the database.
current_path includes/path.inc Return the current URL path of the page being viewed.
backdrop_path_initialize includes/path.inc Initialize the $_GET['q'] variable to the proper normal path.
_password_itoa64 includes/password.inc Returns a string for mapping an int to the corresponding base 64 character.
_password_crypt includes/password.inc Hash a password using a secure stretched hash.
_password_get_count_log2 includes/password.inc Parse the log2 iteration count from a stored hash or setting string.

Pages