Functions

Primary tabs

Name Location Description Direct uses Stringssort descending
update_selection_page drupal/core/update.php Renders a form with a list of available database updates. 1
update_helpful_links drupal/core/update.php Provides links to the homepage and administration pages. 2
update_results_page drupal/core/update.php Displays results of the update script with any accompanying errors. 1
update_info_page drupal/core/update.php Provides an overview of the Drupal database update. 1
update_access_denied_page drupal/core/update.php Renders a 403 access denied page for update.php. 1
update_access_allowed drupal/core/update.php Determines if the current user is allowed to run update.php. 1
update_task_list drupal/core/update.php Adds the update task list to the current page. 4
update_extra_requirements drupal/core/update.php Returns and stores extra requirements that apply during the update process. 2
update_check_requirements drupal/core/update.php Checks update requirements and reports errors and (optionally) warnings. 1
authorize_access_denied_page drupal/core/authorize.php Renders a 403 access denied page for authorize.php. 1
authorize_access_allowed drupal/core/authorize.php Determines if the current user is allowed to run authorize.php. 1
install_drupal drupal/core/includes/install.core.inc Installs Drupal either interactively or via an array of passed-in settings. 2
install_state_defaults drupal/core/includes/install.core.inc Returns an array of default settings for the global installation state. 1
install_begin_request drupal/core/includes/install.core.inc Begins an installation request, modifying the installation state as needed. 1
install_run_tasks drupal/core/includes/install.core.inc Runs all tasks for the current installation request. 1
install_run_task drupal/core/includes/install.core.inc Runs an individual installation task. 1
install_tasks_to_perform drupal/core/includes/install.core.inc Returns a list of tasks to perform during the current installation request. 1
install_tasks drupal/core/includes/install.core.inc Returns a list of all tasks the installer currently knows about. 2
install_tasks_to_display drupal/core/includes/install.core.inc Returns a list of tasks that should be displayed to the end user. 1
install_redirect_url drupal/core/includes/install.core.inc Returns the URL that should be redirected to during an installation request. 3
install_full_redirect_url drupal/core/includes/install.core.inc Returns the complete URL redirected to during an installation request. 1
install_display_output drupal/core/includes/install.core.inc Displays themed installer output and ends the page request. 1
install_verify_requirements drupal/core/includes/install.core.inc Verifies the requirements for installing Drupal.
install_base_system drupal/core/includes/install.core.inc Installation task; install the base functionality Drupal needs to bootstrap.
install_verify_completed_task drupal/core/includes/install.core.inc Verifies and returns the last installation task that was completed. 2
install_verify_database_settings drupal/core/includes/install.core.inc Verifies that settings.php specifies a valid database connection. 1
install_settings_form drupal/core/includes/install.core.inc Form constructor for a form to configure and rewrite settings.php.
install_settings_form_validate drupal/core/includes/install.core.inc Form validation handler for install_settings_form().
install_database_errors drupal/core/includes/install.core.inc Checks a database connection and returns any errors. 2
install_select_profile drupal/core/includes/install.core.inc Selects which profile to install.
_install_select_profile drupal/core/includes/install.core.inc Selects an installation profile. 1
install_find_translations drupal/core/includes/install.core.inc Finds all .po files that are useful to the installer. 1
install_find_translation_files drupal/core/includes/install.core.inc Finds installer translations either for a specific langcode or all languages. 3
install_select_language drupal/core/includes/install.core.inc Selects which language to use during installation.
install_no_profile_error drupal/core/includes/install.core.inc Indicates that there are no profiles available. 3
install_already_done_error drupal/core/includes/install.core.inc Indicates that Drupal has already been installed. 2
install_load_profile drupal/core/includes/install.core.inc Loads information about the chosen profile during installation.
install_bootstrap_full drupal/core/includes/install.core.inc Performs a full bootstrap of Drupal during installation.
install_import_translations drupal/core/includes/install.core.inc Imports languages via a batch process during installation.
install_configure_form drupal/core/includes/install.core.inc Form constructor for a form to configure the new site.
install_import_translations_remaining drupal/core/includes/install.core.inc Finishes importing files at end of installation.
install_finished drupal/core/includes/install.core.inc Performs final installation steps and displays a 'finished' page.
install_check_requirements drupal/core/includes/install.core.inc Checks installation requirements and reports any errors. 1
_install_configure_form drupal/core/includes/install.core.inc Form constructor for a site configuration form. 1
install_configure_form_validate drupal/core/includes/install.core.inc Form validation handler for install_configure_form().
install_configure_form_submit drupal/core/includes/install.core.inc Form submission handler for install_configure_form().
token_replace drupal/core/includes/token.inc Replaces all tokens in a given string with appropriate values. 24
token_scan drupal/core/includes/token.inc Builds a list of all token-like patterns that appear in the text. 1
token_generate drupal/core/includes/token.inc Generates replacement values for a list of tokens. 10
token_find_with_prefix drupal/core/includes/token.inc Given a list of tokens, returns those that begin with a specific prefix. 8

Pages

Other projects