39 calls to st()

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