installer_theme |
modules/installer/installer.module |
Implements hook_theme(). |
installer_themes_enabled |
modules/installer/installer.module |
Implements hook_themes_enabled(). |
installer_update_1000 |
modules/installer/installer.install |
Set a default value for the core update functionality via the browser. |
installer_update_1001 |
modules/installer/installer.install |
Add Silkscreen Project repository |
installer_update_access |
modules/installer/installer.module |
Access callback: Resolves if the current user can access updater menu items. |
installer_verify_update_archive |
modules/installer/installer.module |
Implements hook_verify_update_archive(). |
_install_find_profile_file |
includes/install.inc |
Searches for a profile directory and returns the profile path location. |
install_find_profiles |
includes/install.core.inc |
Finds all .profile files. |
install_find_translation_files |
includes/install.core.inc |
Find installer translations either for a specific langcode or all languages. |
install_find_translations |
includes/install.core.inc |
Find all .po files useful for the installer. |
install_finished |
includes/install.core.inc |
Finishes importing files at end of installation. |
install_full_redirect_url |
includes/install.core.inc |
Returns the complete URL redirected to during an installation request. |
_install_get_timezone_country |
includes/install.core.inc |
Get a country code for the provided timezone. |
install_goto |
includes/install.inc |
Sends the user to a different installer page. |
install_hash_salt |
includes/install.core.inc |
Installation task; Rewrite settings.php to include hash salt. |
install_import_translations |
includes/install.core.inc |
Imports languages via a batch process during installation. |
install_import_translations_remaining |
includes/install.core.inc |
Installation task; finish importing files at end of installation. |
install_load_profile |
includes/install.core.inc |
Loads information about the chosen profile during installation. |
_install_module_batch |
includes/install.core.inc |
Batch callback for batch installation of modules. |
install_no_profile_error |
includes/install.core.inc |
Indicates that there are no profiles available. |
install_profile_info |
includes/install.inc |
Retrieves information about an installation profile from its .info file. |
install_profile_modules |
includes/install.core.inc |
Installs required modules via a batch process. |
_install_profile_modules_finished |
includes/install.core.inc |
'Finished' callback for module installation batch. |
install_redirect_url |
includes/install.core.inc |
Returns the URL that should be redirected to during an installation request. |
install_run_task |
includes/install.core.inc |
Runs an individual installation task. |
install_run_tasks |
includes/install.core.inc |
Runs all tasks for the current installation request. |
install_select_language |
includes/install.core.inc |
Installation task; select which language to use. |
install_select_language_form |
includes/install.core.inc |
Form constructor for the language selection form. |
_install_select_profile |
includes/install.core.inc |
Selects an installation profile from a list or from a $_POST submission. |
install_select_profile |
includes/install.core.inc |
Selects which profile to install. |
install_select_profile_form |
includes/install.core.inc |
Form constructor for the profile selection form. |
install_settings_form |
includes/install.core.inc |
Form constructor for a form to configure and rewrite settings.php. |
install_settings_form_submit |
includes/install.core.inc |
Form submission handler for install_settings_form(). |
install_settings_form_validate |
includes/install.core.inc |
Form validation handler for install_settings_form(). |
install_state_defaults |
includes/install.core.inc |
Returns an array of default settings for the global installation state. |
install_system_module |
includes/install.core.inc |
Installation task; install the Backdrop system module. |
install_tasks |
includes/install.core.inc |
Returns a list of all tasks the installer currently knows about. |
install_tasks_to_display |
includes/install.core.inc |
Returns a list of tasks that should be displayed to the end user. |
install_tasks_to_perform |
includes/install.core.inc |
Returns a list of tasks to perform during the current installation request. |
install_verify_completed_task |
includes/install.core.inc |
Verifies and returns the last installation task that was completed. |
install_verify_database_utf8mb4 |
includes/install.core.inc |
Verifies if UTF8 MB4 support is available in the database. |
install_verify_pdo |
includes/install.core.inc |
Verifies the PDO library. |
install_verify_requirements |
includes/install.core.inc |
Verifies the requirements for installing Backdrop. |
install_verify_settings |
includes/install.core.inc |
Verifies the existing settings in settings.php. |
ip_address |
includes/bootstrap.inc |
Returns the IP address of the client machine. |
l |
includes/common.inc |
Formats an internal or external URL link as an HTML anchor tag. |
language_admin_add_custom_form_submit |
modules/language/language.admin.inc |
Process the custom language addition form submission. |
language_admin_add_custom_form_validate |
modules/language/language.admin.inc |
Validate the language addition form on custom language button. |
language_admin_add_form |
modules/language/language.admin.inc |
User interface for the language addition screen. |
language_admin_add_predefined_form_submit |
modules/language/language.admin.inc |
Process the predefined language addition form submission. |