installer_manager_update_form |
core/modules/installer/installer.manager.inc |
Form constructor for the update form of the Installer module. |
installer_manager_update_form_submit |
core/modules/installer/installer.manager.inc |
Form submission handler for installer_manager_update_form(). |
installer_manager_update_form_validate |
core/modules/installer/installer.manager.inc |
Form validation handler for installer_manager_update_form(). |
installer_manager_update_ready_form |
core/modules/installer/installer.manager.inc |
Form constructor for the update ready form. |
installer_manager_update_ready_form_submit |
core/modules/installer/installer.manager.inc |
Form submission handler for installer_manager_update_ready_form(). |
installer_menu |
core/modules/installer/installer.module |
Implements hook_menu(). |
installer_modules_enabled |
core/modules/installer/installer.module |
Implements hook_modules_enabled(). |
installer_permission |
core/modules/installer/installer.module |
Implements hook_permission(). |
installer_test_archiver_info |
core/modules/installer/tests/installer_test/installer_test.module |
Implements hook_archiver_info(). |
installer_test_get_results |
core/modules/installer/tests/installer_test/installer_test.module |
Returns projects based on the filters. |
installer_test_menu |
core/modules/installer/tests/installer_test/installer_test.module |
Implements hook_menu(). |
installer_test_projects |
core/modules/installer/tests/installer_test/installer_test.module |
Returns some static projects. |
installer_test_query |
core/modules/installer/tests/installer_test/installer_test.module |
Page callback. Generates json based on the input filters. |
installer_test_xml |
core/modules/installer/tests/installer_test/installer_test.module |
Page callback. Outputs release information for test projects as XML data. |
installer_theme |
core/modules/installer/installer.module |
Implements hook_theme(). |
installer_themes_enabled |
core/modules/installer/installer.module |
Implements hook_themes_enabled(). |
installer_update_1000 |
core/modules/installer/installer.install |
Set a default value for the core update functionality via the browser. |
installer_update_access |
core/modules/installer/installer.module |
Access callback: Resolves if the current user can access updater menu items. |
installer_verify_update_archive |
core/modules/installer/installer.module |
Implements hook_verify_update_archive(). |
install_already_done_error |
core/includes/install.core.inc |
Indicates that Backdrop has already been installed. |
install_backdrop |
core/includes/install.core.inc |
Installs Backdrop either interactively or via an array of passed-in settings. |
install_begin_request |
core/includes/install.core.inc |
Begins an installation request, modifying the installation state as needed. |
install_bootstrap_full |
core/includes/install.core.inc |
Performs a full bootstrap of Backdrop during installation. |
install_check_localization_server |
core/includes/install.core.inc |
Checks if the localization server can be contacted. |
install_check_requirements |
core/includes/install.core.inc |
Checks installation requirements and reports any errors. |
install_check_translation_download |
core/includes/install.core.inc |
Checks installation requirements, downloads a translation, and reports any
errors. |
install_configure_form |
core/includes/install.core.inc |
Form constructor for a form to configure the new site. |
install_configure_form_submit |
core/includes/install.core.inc |
Form submission handler for install_configure_form(). |
install_configure_form_validate |
core/includes/install.core.inc |
Form validation handler for install_configure_form(). |
install_config_location |
core/includes/install.core.inc |
Installation task; Ensure config location is empty and writable, and (for
config stored in files, rewrite settings.php to include config directories. |
install_database_errors |
core/includes/install.core.inc |
Checks a database connection and returns any errors. |
install_display_output |
core/includes/install.core.inc |
Displays themed installer output and ends the page request. |
install_display_requirements |
core/includes/install.core.inc |
Verifies the requirements for installing Backdrop. |
install_download_translation |
core/includes/install.core.inc |
Download a translation file for the selected language. |
install_drupal Deprecated |
core/includes/drupal.inc |
Installs Backdrop either interactively or via an array of passed-in settings. |
install_find_profiles |
core/includes/install.core.inc |
Finds all .profile files. |
install_find_translations |
core/includes/install.core.inc |
Find all .po files useful for the installer. |
install_find_translation_files |
core/includes/install.core.inc |
Find installer translations either for a specific langcode or all languages. |
install_finished |
core/includes/install.core.inc |
Finishes importing files at end of installation. |
install_full_redirect_url |
core/includes/install.core.inc |
Returns the complete URL redirected to during an installation request. |
install_get_available_translations |
core/includes/install.core.inc |
Provide a list of available translation files. |
install_goto |
core/includes/install.inc |
Sends the user to a different installer page. |
install_hash_salt |
core/includes/install.core.inc |
Installation task; Rewrite settings.php to include hash salt. |
install_import_translations |
core/includes/install.core.inc |
Imports languages via a batch process during installation. |
install_import_translations_remaining |
core/includes/install.core.inc |
Installation task; finish importing files at end of installation. |
install_load_profile |
core/includes/install.core.inc |
Loads information about the chosen profile during installation. |
install_no_profile_error |
core/includes/install.core.inc |
Indicates that there are no profiles available. |
install_profile_info |
core/includes/install.inc |
Retrieves information about an installation profile from its .info file. |
install_profile_modules |
core/includes/install.core.inc |
Installs required modules via a batch process. |
install_redirect_url |
core/includes/install.core.inc |
Returns the URL that should be redirected to during an installation request. |