Functions

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
install_configure_form_submit drupal-6.x/install.php Form API submit for the site configuration form.
install_configure_form_validate drupal-6.x/install.php Form API validate for the site configuration form.
install_find_locales drupal-6.x/install.php Find all .po files for the current profile. 2
install_find_profiles drupal-6.x/install.php Find all .profile files. 2
install_goto drupal-6.x/includes/install.inc Send the user to a different installer page. This issues an on-site HTTP redirect. Messages (and errors) are erased. 4
install_main drupal-6.x/install.php The Drupal installation happens in a series of steps. We begin by verifying that the current environment meets our minimum requirements. We then go on to verify that settings.php is properly configured. From there we connect to the configured database… 1
install_no_profile_error drupal-6.x/install.php Show an error page when there are no profiles available. 3
install_reserved_tasks drupal-6.x/install.php The list of reserved tasks to run in the installer. 1
install_select_locale drupal-6.x/install.php Allow admin to select which locale to use for the current profile. 1
install_select_locale_form drupal-6.x/install.php Form API array definition for language selection. 1
install_select_profile drupal-6.x/install.php Allow admin to select which profile to install. 1
install_select_profile_form drupal-6.x/install.php Form API array definition for the profile selection form. 1
install_settings_form drupal-6.x/install.php Form API array definition for install_settings. 1
install_settings_form_submit drupal-6.x/install.php Form API submit for install_settings form.
install_settings_form_validate drupal-6.x/install.php Form API validate for install_settings form.
install_tasks drupal-6.x/install.php Tasks performed after the database is initialized. 1
install_task_list drupal-6.x/install.php Add the installation task list to the current page. 6
install_verify_drupal drupal-6.x/install.php Verify if Drupal is installed. 1
install_verify_settings drupal-6.x/install.php Verify existing settings.php 1
int2vancode drupal-6.x/modules/comment/comment.module Generate vancode. 1
ip_address drupal-6.x/includes/bootstrap.inc If Drupal is behind a reverse proxy, we use the X-Forwarded-For header instead of $_SERVER['REMOTE_ADDR'], which would be the IP address of the proxy server, and not the client's. 13
l drupal-6.x/includes/common.inc Formats an internal or external URL link as an HTML anchor tag. 113
language_default drupal-6.x/includes/bootstrap.inc Default language used on the site 17 7
language_from_browser drupal-6.x/includes/language.inc Identify language from the Accept-language HTTP header we got. 1
language_initialize drupal-6.x/includes/language.inc Choose a language for the page, based on language negotiation settings. 1
language_list drupal-6.x/includes/bootstrap.inc Get a list of languages set up indexed by the specified key 25 1
language_url_rewrite drupal-6.x/includes/language.inc Rewrite URL's with language based prefix. Parameters are the same as those of the url() function. 1 1
list_themes drupal-6.x/includes/theme.inc Provides a list of currently available themes. 12
locale drupal-6.x/modules/locale/locale.module Provides interface translation services. 1 36
locale_add_language drupal-6.x/includes/locale.inc API function to add a language. 3
locale_batch_by_component drupal-6.x/includes/locale.inc Prepare a batch to run when installing modules or enabling themes. This batch will import translations for the newly added components in all the languages already set up on the site. 1
locale_batch_by_language drupal-6.x/includes/locale.inc Prepare a batch to import translations for all enabled modules in a given language. 2
locale_block drupal-6.x/modules/locale/locale.module Implementation of hook_block(). Displays a language switcher. Translation links may be provided by other modules.
locale_form_alter drupal-6.x/modules/locale/locale.module Implementation of hook_form_alter(). Adds language fields to forms.
locale_get_plural drupal-6.x/modules/locale/locale.module Returns plural form index for a specific number. 1 1
locale_help drupal-6.x/modules/locale/locale.module Implementation of hook_help().
locale_inc_callback drupal-6.x/modules/locale/locale.module Wrapper function to be able to set callbacks in locale.inc 2 1
locale_install drupal-6.x/modules/locale/locale.install Implementation of hook_install().
locale_languages_add_screen drupal-6.x/includes/locale.inc User interface for the language addition screen. 1
locale_languages_configure_form drupal-6.x/includes/locale.inc Setting for language negotiation options 1
locale_languages_configure_form_submit drupal-6.x/includes/locale.inc Submit function for language negotiation settings.
locale_languages_custom_form drupal-6.x/includes/locale.inc Custom language addition form. 1
locale_languages_delete_form drupal-6.x/includes/locale.inc User interface for the language deletion confirmation screen. 1
locale_languages_delete_form_submit drupal-6.x/includes/locale.inc Process language deletion submissions.
locale_languages_edit_form drupal-6.x/includes/locale.inc Editing screen for a particular language. 1
locale_languages_edit_form_submit drupal-6.x/includes/locale.inc Process the language editing form submission. 1
locale_languages_edit_form_validate drupal-6.x/includes/locale.inc Validate the language editing form. Reused for custom language addition too. 1 1
locale_languages_overview_form drupal-6.x/includes/locale.inc User interface for the language overview screen. 2
locale_languages_overview_form_submit drupal-6.x/includes/locale.inc Process language overview form submissions, updating existing languages.
locale_languages_predefined_form drupal-6.x/includes/locale.inc Predefined language setup form. 1

Páginas