abstract public function DatabaseTasks::name

Return the human-readable name of the driver.

1 call to DatabaseTasks::name()
DatabaseTasks::runTestQuery in drupal/includes/install.inc
Run SQL tests to ensure the database can execute commands with the current user.
3 methods override DatabaseTasks::name()
DatabaseTasks_mysql::name in drupal/includes/database/mysql/install.inc
Returns a human-readable name string for MySQL and equivalent databases.
DatabaseTasks_pgsql::name in drupal/includes/database/pgsql/install.inc
Return the human-readable name of the driver.
DatabaseTasks_sqlite::name in drupal/includes/database/sqlite/install.inc
Return the human-readable name of the driver.

File

drupal/includes/install.inc, line 381
API functions for installing modules and themes.

Class

DatabaseTasks
Database installer structure.

Code

public abstract function name();