installer_browser_get_listed_projects |
core/modules/installer/installer.browser.inc |
Gets the currently listed projects from the session. |
installer_browser_get_missing_dependencies |
core/modules/installer/installer.browser.inc |
Gets the dependencies for installed projects. |
installer_browser_get_project_release_data |
core/modules/installer/installer.browser.inc |
Uses the project status url to get the available releases for a project. |
installer_browser_get_queued_projects |
core/modules/installer/installer.browser.inc |
Gets the currently queued projects from the session. |
installer_browser_get_queued_releases |
core/modules/installer/installer.browser.inc |
Gets the currently queued releases from the session. |
installer_browser_get_release |
core/modules/installer/installer.browser.inc |
Gets a release from a project and a release_name. |
installer_browser_get_server |
core/modules/installer/installer.browser.inc |
Gets the server to use for fetching results. |
installer_browser_get_sort_options |
core/modules/installer/installer.pages.inc |
Returns a list of sort options. |
installer_browser_get_sort_widget |
core/modules/installer/installer.pages.inc |
Returns a themed sort widget for the filters. |
installer_browser_installation_enable_form |
core/modules/installer/installer.pages.inc |
Form builder for the select versions form. |
installer_browser_installation_enable_form_submit |
core/modules/installer/installer.pages.inc |
Form submit handler for the enable modules form. |
installer_browser_installation_enable_page |
core/modules/installer/installer.pages.inc |
Task page for the Enable projects installation task. |
installer_browser_installation_install_dependencies_page |
core/modules/installer/installer.pages.inc |
Task page for the Install Dependencies installation task. |
installer_browser_installation_page |
core/modules/installer/installer.pages.inc |
Menu callback; page to install projects. |
installer_browser_installation_reset |
core/modules/installer/installer.pages.inc |
Menu callback; Provides the ability to clear the current queue of projects. |
installer_browser_installation_select_versions_form |
core/modules/installer/installer.pages.inc |
Form builder for the select versions form. |
installer_browser_installation_select_versions_form_submit |
core/modules/installer/installer.pages.inc |
Submit handler for the select versions form. |
installer_browser_installation_select_versions_page |
core/modules/installer/installer.pages.inc |
Menu callback; Task page for the select versions installation task. |
installer_browser_installation_task_list |
core/modules/installer/installer.pages.inc |
Get a task list to the sidebar area when installing projects. |
installer_browser_installation_theme_finish |
core/modules/installer/installer.pages.inc |
Submit callback for installer_browser_installation_theme_form(). |
installer_browser_installation_theme_form |
core/modules/installer/installer.pages.inc |
Form builder for theme install. |
installer_browser_installation_theme_next |
core/modules/installer/installer.pages.inc |
Submit callback for installer_browser_installation_theme_form(). |
installer_browser_installation_theme_set |
core/modules/installer/installer.pages.inc |
Sets a selected theme as the default site theme. |
installer_browser_installed_projects_remove |
core/modules/installer/installer.browser.inc |
Removes a project from the list of recently installed projects. |
installer_browser_install_button_form |
core/modules/installer/installer.pages.inc |
Shows an install button for the Install Queue block. |
installer_browser_install_queue_add |
core/modules/installer/installer.browser.inc |
Adds a project to the install queue. |
installer_browser_install_queue_callback |
core/modules/installer/installer.pages.inc |
Menu callback; Allows for adding to and removing from the install queue. |
installer_browser_install_queue_clear |
core/modules/installer/installer.browser.inc |
Clears the install queue. |
installer_browser_install_queue_remove |
core/modules/installer/installer.browser.inc |
Removes a project from the install queue. |
installer_browser_manual_install_link |
core/modules/installer/installer.pages.inc |
Shows the link to open the manual install dialog. |
installer_browser_page |
core/modules/installer/installer.pages.inc |
Page to display the projects. |
installer_browser_path |
core/modules/installer/installer.pages.inc |
Given a project type, return the path to the installer page. |
installer_browser_project_display |
core/modules/installer/installer.pages.inc |
Page to display individual projects in a modal. |
installer_browser_type_from_path |
core/modules/installer/installer.pages.inc |
Determine the project type from a given internal path. |
installer_clear_update_disk_cache |
core/modules/installer/installer.module |
Clears the temporary files and directories based on file age from disk. |
installer_config_info |
core/modules/installer/installer.module |
Implements hook_config_info(). |
installer_cron |
core/modules/installer/installer.module |
Implements hook_cron(). |
installer_delete_file_if_stale |
core/modules/installer/installer.module |
Deletes stale files and directories from the update manager disk cache. |
installer_install_access |
core/modules/installer/installer.module |
Access callback: Resolves if the current user can install via the installer. |
installer_manager_archive_extract |
core/modules/installer/installer.manager.inc |
Unpacks a downloaded archive file. |
installer_manager_archive_verify |
core/modules/installer/installer.manager.inc |
Verifies an archive after it has been downloaded and extracted. |
installer_manager_batch_project_get |
core/modules/installer/installer.manager.inc |
Batch callback: Downloads, unpacks, and verifies a project. |
installer_manager_download_batch_finished |
core/modules/installer/installer.manager.inc |
Batch callback: Performs actions when the download batch is completed. |
installer_manager_download_project |
core/modules/installer/installer.manager.inc |
Downloads a project given a project url. |
installer_manager_file_get |
core/modules/installer/installer.manager.inc |
Copies a file from the specified URL to the temporary directory for updates. |
installer_manager_install_form |
core/modules/installer/installer.manager.inc |
Form constructor for the install form of the Installer module. |
installer_manager_install_form_submit |
core/modules/installer/installer.manager.inc |
Form submission handler for installer_manager_install_form(). |
installer_manager_install_form_validate |
core/modules/installer/installer.manager.inc |
Form validation handler for installer_manager_install_form(). |
installer_manager_install_modal_callback |
core/modules/installer/installer.manager.inc |
AJAX callback to update the add/remove queue on bulk add. |
installer_manager_local_transfers_allowed |
core/modules/installer/installer.manager.inc |
Determines if file transfers will be performed locally. |