Functions

Primary tabs

Name Location Description Direct uses Stringssort descending
token_info drupal/includes/token.inc Returns metadata describing supported tokens.
drupal_session_initialize drupal/includes/session.inc Initializes the session handler, starting a session if needed. 1
drupal_session_start drupal/includes/session.inc Starts a session forcefully, preserving already set session data. 4
drupal_session_started drupal/includes/session.inc Returns whether a session has been started. 3
drupal_session_regenerate drupal/includes/session.inc Called when an anonymous user becomes authenticated or vice-versa. 3
_drupal_session_delete_cookie drupal/includes/session.inc Deletes the session cookie. 1
drupal_session_destroy_uid drupal/includes/session.inc Ends a specific user's session(s). 2
drupal_save_session drupal/includes/session.inc Determines whether to save session data of the current request. 16
module_load_all drupal/includes/module.inc Loads all the modules that have been enabled in the system table. 6
module_list drupal/includes/module.inc Returns a list of currently active modules. 32
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_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_write_cache drupal/includes/module.inc Writes the hook implementation cache. 2
module_invoke drupal/includes/module.inc Invokes a hook in a particular module. 70
module_invoke_all drupal/includes/module.inc Invokes a hook in all enabled modules that implement it. 147
drupal_required_modules drupal/includes/module.inc Returns an array of modules required by core. 1
locale_string_is_safe drupal/includes/locale.inc Check that a string is safe to be added or imported as a translation. 3
locale_add_language drupal/includes/locale.inc API function to add a language. 11
_locale_import_po drupal/includes/locale.inc Parses Gettext Portable Object file information and inserts into database 1
_locale_import_read_po drupal/includes/locale.inc Parses Gettext Portable Object file into an array 3
_locale_import_message drupal/includes/locale.inc Sets an error message occurred during locale file parsing. 1
_locale_import_one_string drupal/includes/locale.inc Imports a string into the database 3
_locale_import_one_string_db drupal/includes/locale.inc Import one string into the database. 1
_locale_import_parse_header drupal/includes/locale.inc Parses a Gettext Portable Object file header 1
_locale_import_parse_plural_forms drupal/includes/locale.inc Parses a Plural-Forms entry from a Gettext Portable Object file header 1
_locale_import_parse_arithmetic drupal/includes/locale.inc Parses and sanitizes an arithmetic formula into a PHP expression 1
_locale_import_tokenize_formula drupal/includes/locale.inc Backward compatible implementation of token_get_all() for formula parsing 1
_locale_import_shorten_comments drupal/includes/locale.inc Generate a short, one string version of the passed comment array 1
_locale_import_parse_quoted drupal/includes/locale.inc Parses a string in quotes 1
_locale_parse_js_file drupal/includes/locale.inc Parses a JavaScript file, extracts strings wrapped in Drupal.t() and Drupal.formatPlural() and inserts them into the database. 2
_locale_export_get_strings drupal/includes/locale.inc Generates a structured array of all strings with translations in $language, if given. This array can be used to generate an export of the string in the database. 1
_locale_export_po_generate drupal/includes/locale.inc Generates the PO(T) file contents for given strings. 1
_locale_export_po drupal/includes/locale.inc Write a generated PO or POT file to the output. 1
_locale_export_string drupal/includes/locale.inc Print out a string on multiple lines 1
_locale_export_wrap drupal/includes/locale.inc Custom word wrapping for Portable Object (Template) files. 1
_locale_export_remove_plural drupal/includes/locale.inc Removes plural index information from a string 1
_locale_translate_seek drupal/includes/locale.inc Perform a string search and display results in a table 1
_locale_translate_seek_query drupal/includes/locale.inc Build array out of search criteria specified in request variables 1
_locale_invalidate_js drupal/includes/locale.inc Force the JavaScript translation file(s) to be refreshed. 5
_locale_rebuild_js drupal/includes/locale.inc (Re-)Creates the JavaScript translation file for a language. 4
_locale_translate_language_list drupal/includes/locale.inc List languages in search result table 1
_locale_prepare_predefined_list drupal/includes/locale.inc Prepares the language code list for a select form item with only the unsupported ones 2
locale_batch_by_language drupal/includes/locale.inc Prepare a batch to import translations for all enabled modules in a given language. 3
locale_batch_by_component drupal/includes/locale.inc Prepare a batch to run when installing modules or enabling themes. 1

Pages

Other projects