39 calls to st()

drupal_install_config_directories in drupal/core/includes/install.inc
Creates the config directory and ensures it is operational.
drupal_rewrite_settings in drupal/core/includes/install.inc
Replaces values in settings.php with values in the submitted array.
drupal_verify_profile in drupal/core/includes/install.inc
Verifies that all dependencies are met for a given installation profile.
hook_install_tasks in drupal/core/modules/system/system.api.php
Return an array of tasks to be performed by an installation profile.
install_already_done_error in drupal/core/includes/install.core.inc
Indicates that Drupal has already been installed.
install_check_requirements in drupal/core/includes/install.core.inc
Checks installation requirements and reports any errors.
install_configure_form in drupal/core/includes/install.core.inc
Form constructor for a form to configure the new site.
install_database_errors in drupal/core/includes/install.core.inc
Checks a database connection and returns any errors.
install_finished in drupal/core/includes/install.core.inc
Performs final installation steps and displays a 'finished' page.
install_load_profile in drupal/core/includes/install.core.inc
Loads information about the chosen profile during installation.
install_no_profile_error in drupal/core/includes/install.core.inc
Indicates that there are no profiles available.
install_profile_modules in drupal/core/includes/install.core.inc
Installs required modules via a batch process.
install_select_language in drupal/core/includes/install.core.inc
Selects which language to use during installation.
install_select_language_form in drupal/core/includes/install.core.inc
Form constructor for the language selection form.
install_select_profile in drupal/core/includes/install.core.inc
Selects which profile to install.
install_select_profile_form in drupal/core/includes/install.core.inc
Form constructor for the profile selection form.
install_settings_form in drupal/core/includes/install.core.inc
Form constructor for a form to configure and rewrite settings.php.
install_tasks in drupal/core/includes/install.core.inc
Returns a list of all tasks the installer currently knows about.
install_verify_requirements in drupal/core/includes/install.core.inc
Verifies the requirements for installing Drupal.
ShortcutTestBase::setUp in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutTestBase.php
Sets up a Drupal site for running functional and integration tests.
standard_install in drupal/core/profiles/standard/standard.install
Implements hook_install().
Tasks::checkBinaryOutput in drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php
Check Binary Output.
Tasks::checkEncoding in drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php
Check encoding is UTF8.
Tasks::checkEngineVersion in drupal/core/lib/Drupal/Core/Database/Install/Tasks.php
Check the engine version.
Tasks::connect in drupal/core/lib/Drupal/Core/Database/Install/Tasks.php
Check if we can connect to the database.
Tasks::connect in drupal/core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php
Check database connection and attempt to create database if the database is missing.
Tasks::connect in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php
Check database connection and attempt to create database if the database is missing.
Tasks::connect in drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php
Check database connection and attempt to create database if the database is missing.
Tasks::getFormOptions in drupal/core/lib/Drupal/Core/Database/Install/Tasks.php
Return driver specific configuration options.
Tasks::getFormOptions in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php
Return driver specific configuration options.
Tasks::initializeDatabase in drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php
Make PostgreSQL Drupal friendly.
Tasks::name in drupal/core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php
Returns a human-readable name string for MySQL and equivalent databases.
Tasks::name in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php
Return the human-readable name of the driver.
Tasks::name in drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php
Return the human-readable name of the driver.
Tasks::runTasks in drupal/core/lib/Drupal/Core/Database/Install/Tasks.php
Run database tasks and tests to see if Drupal can run on the database.
Tasks::runTestQuery in drupal/core/lib/Drupal/Core/Database/Install/Tasks.php
Run SQL tests to ensure the database can execute commands with the current user.
Tasks::validateDatabaseSettings in drupal/core/lib/Drupal/Core/Database/Install/Tasks.php
Validates driver specific configuration settings.
_install_configure_form in drupal/core/includes/install.core.inc
Form constructor for a site configuration form.
_install_module_batch in drupal/core/includes/install.core.inc
Batch callback for batch installation of modules.