backdrop_rewrite_settings in core/includes/install.inc
Replaces values in settings.php with values in the submitted array.
backdrop_verify_profile in core/includes/install.inc
Verifies an installation profile for installation.
DatabaseTasks::checkEngineVersion in core/includes/install.inc
Check the engine version.
DatabaseTasks::connect in core/includes/install.inc
Check if we can connect to the database.
DatabaseTasks::getFormOptions in core/includes/install.inc
Return driver specific configuration options.
DatabaseTasks::runTasks in core/includes/install.inc
Run database tasks and tests to see if Backdrop can run on the database.
DatabaseTasks::runTestQuery in core/includes/install.inc
Run SQL tests to ensure the database can execute commands with the current user.
DatabaseTasks::validateDatabaseSettings in core/includes/install.inc
Validates driver specific configuration settings.
DatabaseTasks_mysql::name in core/includes/database/mysql/install.inc
Returns a human-readable name string for MySQL and equivalent databases.
hook_install_tasks in core/modules/system/system.api.php
Return an array of tasks to be performed by an installation profile.
install_already_done_error in core/includes/install.core.inc
Indicates that Backdrop has already been installed.
install_check_requirements in core/includes/install.core.inc
Checks installation requirements and reports any errors.
install_configure_form in core/includes/install.core.inc
Form constructor for a form to configure the new site.
install_database_errors in core/includes/install.core.inc
Checks a database connection and returns any errors.
install_finished in core/includes/install.core.inc
Finishes importing files at end of installation.
install_load_profile in core/includes/install.core.inc
Loads information about the chosen profile during installation.
install_no_profile_error in core/includes/install.core.inc
Indicates that there are no profiles available.
install_profile_modules in core/includes/install.core.inc
Installs required modules via a batch process.
install_select_language in core/includes/install.core.inc
Installation task; select which language to use.
install_select_language_form in core/includes/install.core.inc
Form constructor for the language selection form.
install_select_profile in core/includes/install.core.inc
Selects which profile to install.
install_select_profile_form in core/includes/install.core.inc
Form constructor for the profile selection form.
install_settings_form in core/includes/install.core.inc
Form constructor for a form to configure and rewrite settings.php.
install_tasks in core/includes/install.core.inc
Returns a list of all tasks the installer currently knows about.
install_verify_requirements in core/includes/install.core.inc
Verifies the requirements for installing Backdrop.
standard_form_install_configure_form_alter in core/profiles/standard/standard.profile
Implements hook_form_FORM_ID_alter() for install_configure_form().
standard_form_install_configure_submit in core/profiles/standard/standard.profile
Extra submit handler install_configure_form().
standard_install in core/profiles/standard/standard.install
Implements hook_install().
UserRoleAdminTestCase::testRoleAdministration in core/modules/user/tests/user.test
Test adding, renaming and deleting roles.
_install_configure_form in core/includes/install.core.inc
Form constructor for a site configuration form.
_install_module_batch in core/includes/install.core.inc
Batch callback for batch installation of modules.