36 calls to st() in Drupal 7
- DatabaseTasks::checkEngineVersion in includes/
install.inc - Check the engine version.
- DatabaseTasks::connect in includes/
install.inc - Check if we can connect to the database.
- DatabaseTasks::getFormOptions in includes/
install.inc - Return driver specific configuration options.
- DatabaseTasks::runTasks in includes/
install.inc - Run database tasks and tests to see if Drupal can run on the database.
- DatabaseTasks::runTestQuery in includes/
install.inc - Run SQL tests to ensure the database can execute commands with the current user.
- DatabaseTasks::validateDatabaseSettings in includes/
install.inc - Validates driver specific configuration settings.
- DatabaseTasks_mysql::name in includes/
database/ mysql/ install.inc - Returns a human-readable name string for MySQL and equivalent databases.
- DatabaseTasks_pgsql::checkBinaryOutput in includes/
database/ pgsql/ install.inc - Check Binary Output.
- DatabaseTasks_pgsql::checkEncoding in includes/
database/ pgsql/ install.inc - Check encoding is UTF8.
- DatabaseTasks_pgsql::checkPHPVersion in includes/
database/ pgsql/ install.inc - Check PHP version.
- DatabaseTasks_pgsql::initializeDatabase in includes/
database/ pgsql/ install.inc - Make PostgreSQL Drupal friendly.
- DatabaseTasks_pgsql::name in includes/
database/ pgsql/ install.inc - Return the human-readable name of the driver.
- DatabaseTasks_sqlite::getFormOptions in includes/
database/ sqlite/ install.inc - Return driver specific configuration options.
- DatabaseTasks_sqlite::name in includes/
database/ sqlite/ install.inc - Return the human-readable name of the driver.
- DatabaseTasks_sqlite::validateDatabaseSettings in includes/
database/ sqlite/ install.inc - Validates driver specific configuration settings.
- drupal_rewrite_settings in includes/
install.inc - Replaces values in settings.php with values in the submitted array.
- drupal_verify_profile in includes/
install.inc - Verifies an installation profile for installation.
- hook_install_tasks in modules/
system/ system.api.php - Return an array of tasks to be performed by an installation profile.
- install_already_done_error in includes/
install.core.inc - Indicates that Drupal has already been installed.
- install_check_requirements in includes/
install.core.inc - Checks installation requirements and reports any errors.
- install_configure_form in includes/
install.core.inc - Form constructor for a form to configure the new site.
- install_database_errors in includes/
install.core.inc - Checks a database connection and returns any errors.
- install_finished in includes/
install.core.inc - Finishes importing files at end of installation.
- install_load_profile in includes/
install.core.inc - Loads information about the chosen profile during installation.
- install_no_profile_error in includes/
install.core.inc - Indicates that there are no profiles available.
- install_profile_modules in includes/
install.core.inc - Installs required modules via a batch process.
- install_select_locale in includes/
install.core.inc - Installation task; select which locale to use for the current profile.
- install_select_locale_form in includes/
install.core.inc - Form constructor for the language selection form.
- install_select_profile in includes/
install.core.inc - Selects which profile to install.
- install_select_profile_form in includes/
install.core.inc - Form constructor for the profile selection form.
- install_settings_form in includes/
install.core.inc - Form constructor for a form to configure and rewrite settings.php.
- install_tasks in includes/
install.core.inc - Returns a list of all tasks the installer currently knows about.
- install_verify_requirements in includes/
install.core.inc - Verifies the requirements for installing Drupal.
- standard_install in profiles/
standard/ standard.install - Implements hook_install().
- _install_configure_form in includes/
install.core.inc - Form constructor for a site configuration form.
- _install_module_batch in includes/
install.core.inc - Implements callback_batch_operation().