You are here

Functions in Language Selection Page 6

Primary tabs

Namesort descending Location Description Direct uses Strings
language_selection_page_admin ./language_selection_page.admin.inc The admin page form. 1
language_selection_page_admin_submit ./language_selection_page.admin.inc Implementation of the hook_form_submit(). 1
language_selection_page_admin_validate ./language_selection_page.admin.inc Implementation of the hook_form_validate().
language_selection_page_init ./language_selection_page.module Implements hook_init().
language_selection_page_menu ./language_selection_page.module Implements hook_menu().
language_selection_page_requirements ./language_selection_page.install
language_selection_page_selection_page ./language_selection_page.pages.inc Menu callback to display the selection page. 1
language_selection_page_theme ./language_selection_page.module Implements hook_theme().
language_selection_page_uninstall ./language_selection_page.install Implementation of hook_uninstall().
language_selection_page_update_6001 ./language_selection_page.install Update settings according to the code. We do no need hook_boot() anymore so we remove the code who updates the system table each time.
language_selection_page_update_6002 ./language_selection_page.install Users MUST configure the module again after this update.
_language_selection_page_check_language_count includes/language_selection_page.helpers.inc Return an array with the real language count from DB and the one from vars. 3
_language_selection_page_detect_lang_from_cookie includes/language_selection_page.helpers.inc Custom function who detect the language from a cookie. 1
_language_selection_page_detect_lang_from_url includes/language_selection_page.helpers.inc Custom function who detect the language from URL. 1
_language_selection_page_detect_lang_from_url_argument includes/language_selection_page.helpers.inc Custom function who detect the language from a URL argument. 1
_language_selection_page_get_error_messages includes/language_selection_page.helpers.inc All the error messages are saved in this function so they are the same in the requirements page and/or the settings page. 2
_language_selection_page_parse_url_custom includes/language_selection_page.helpers.inc Custom function to parse a URL. 4
_language_selection_page_resolve_lang includes/language_selection_page.helpers.inc Custom function who return the first argument which is not null. If all arguments are null, it returns the default lang. 1
_language_selection_page_validate_language includes/language_selection_page.helpers.inc Validate a string against an existing and enabled language prefix. 3

Other projects