| install_config_directories | includes/install.core.inc | Installation task; Rewrite settings.php to include config directories. | 
          
                  | _install_configure_form | includes/install.core.inc | Form constructor for a site configuration form. | 
          
                  | install_configure_form | includes/install.core.inc | Form constructor for a form to configure the new site. | 
          
                  | install_configure_form_submit | includes/install.core.inc | Form submission handler for install_configure_form(). | 
          
                  | install_configure_form_validate | includes/install.core.inc | Form validation handler for install_configure_form(). | 
          
                  | install_database_errors | includes/install.core.inc | Checks a database connection and returns any errors. | 
          
                  | install_display_output | includes/install.core.inc | Displays themed installer output and ends the page request. | 
          
                  | install_drupal Deprecated | includes/drupal.inc | Installs Backdrop either interactively or via an array of passed-in settings. | 
          
                  | installer_authorize_batch_copy_project | modules/installer/installer.authorize.inc | Batch callback: Copies project to its proper place when authorized to do so. | 
          
                  | _installer_authorize_clear_update_status | modules/installer/installer.authorize.inc | Clears cached available update status data. | 
          
                  | installer_authorize_install_batch_finished | modules/installer/installer.authorize.inc | Batch callback: Performs actions when the authorized install batch is done. | 
          
                  | installer_authorize_run_install | modules/installer/installer.authorize.inc | Installs a new project when invoked by authorize.php. | 
          
                  | installer_authorize_run_update | modules/installer/installer.authorize.inc | Updates existing projects when invoked by authorize.php. | 
          
                  | installer_authorize_update_batch_finished | modules/installer/installer.authorize.inc | Batch callback: Performs actions when the authorized update batch is done. | 
          
                  | _installer_batch_create_message | modules/installer/installer.authorize.inc | Creates a structure of log messages. | 
          
                  | installer_browser_add_remove_queue_dialog_link | modules/installer/installer.browser.inc | Builds an "add-to-queue-link" button for project detail dialog. | 
          
                  | installer_browser_add_remove_queue_dialog_link_ajax | modules/installer/installer.browser.inc | AJAX submit handler for installer_browser_add_remove_queue_dialog_link(). | 
          
                  | installer_browser_add_remove_queue_dialog_link_submit | modules/installer/installer.browser.inc | Submit handler for installer_browser_add_remove_queue_dialog_link(). | 
          
                  | installer_browser_add_remove_queue_link | modules/installer/installer.browser.inc | Builds the add/remove project to install queue link. | 
          
                  | _installer_browser_batch_install_release | modules/installer/installer.browser.inc | Batch API callback: Installs a single release of a project during batch. | 
          
                  | _installer_browser_batch_install_releases_finished | modules/installer/installer.browser.inc | Batch API callback: shows a message and finishes up the batch. | 
          
                  | installer_browser_check_zip_loaded | modules/installer/installer.browser.inc | Checks if PHP zip extension loaded on webserver. | 
          
                  | _installer_browser_execute_query | modules/installer/installer.browser.inc | Helper function to execute queries for projects.  Connects once to get
the total count of projects, and then a second time to get all the
projects in a repository. | 
          
                  | installer_browser_fetch_results | modules/installer/installer.browser.inc | Fetches results from the server based on the parameters passed in. | 
          
                  | installer_browser_filters_form | modules/installer/installer.pages.inc | Builds the filters form. | 
          
                  | installer_browser_filters_form_submit | modules/installer/installer.pages.inc | Handles the filters form submit. | 
          
                  | installer_browser_get_destination_after_install | modules/installer/installer.browser.inc | Determines the form destination after installed projects. | 
          
                  | installer_browser_get_installed_projects | modules/installer/installer.browser.inc | Gets the newly installed projects from the session. | 
          
                  | installer_browser_get_installed_types | modules/installer/installer.browser.inc | Determines the types of installed projects. | 
          
                  | installer_browser_get_install_list | modules/installer/installer.pages.inc | Returns the themed install list form. | 
          
                  | installer_browser_get_listed_projects | modules/installer/installer.browser.inc | Gets the currently listed projects from the session. | 
          
                  | installer_browser_get_missing_dependencies | modules/installer/installer.browser.inc | Gets the dependencies for installed projects. | 
          
                  | installer_browser_get_project_release_data | modules/installer/installer.browser.inc | Uses the project status url to get the available releases for a project. | 
          
                  | installer_browser_get_queued_projects | modules/installer/installer.browser.inc | Gets the currently queued projects from the session. | 
          
                  | installer_browser_get_queued_releases | modules/installer/installer.browser.inc | Gets the currently queued releases from the session. | 
          
                  | installer_browser_get_release | modules/installer/installer.browser.inc | Gets a release from a project and a release_name. | 
          
                  | installer_browser_get_server Deprecated | modules/installer/installer.browser.inc | Gets the server to use for fetching results. | 
          
                  | installer_browser_get_server_list | modules/installer/installer.browser.inc | Gets the list of servers to use for fetching results. | 
          
                  | installer_browser_get_sort_options | modules/installer/installer.pages.inc | Returns a list of sort options. | 
          
                  | installer_browser_get_sort_widget | modules/installer/installer.pages.inc | Returns a themed sort widget for the filters. | 
          
                  | installer_browser_installation_enable_form | modules/installer/installer.pages.inc | Form builder for the select versions form. | 
          
                  | installer_browser_installation_enable_form_submit | modules/installer/installer.pages.inc | Form submit handler for the enable modules form. | 
          
                  | installer_browser_installation_enable_page | modules/installer/installer.pages.inc | Task page for the Enable projects installation task. | 
          
                  | installer_browser_installation_install_dependencies_page | modules/installer/installer.pages.inc | Task page for the Install Dependencies installation task. | 
          
                  | installer_browser_installation_page | modules/installer/installer.pages.inc | Menu callback; page to install projects. | 
          
                  | installer_browser_installation_reset | modules/installer/installer.pages.inc | Menu callback; Provides the ability to clear the current queue of projects. | 
          
                  | installer_browser_installation_select_versions_form | modules/installer/installer.pages.inc | Form builder for the select versions form. | 
          
                  | installer_browser_installation_select_versions_form_submit | modules/installer/installer.pages.inc | Submit handler for the select versions form. | 
          
                  | installer_browser_installation_select_versions_page | modules/installer/installer.pages.inc | Menu callback; Task page for the select versions installation task. | 
          
                  | installer_browser_installation_task_list | modules/installer/installer.pages.inc | Get a task list to the sidebar area when installing projects. |