abstract public function DatabaseTasks::name

Return the human-readable name of the driver.

2 calls to DatabaseTasks::name()
DatabaseTasks::runTestQuery in drupal-7.x/includes/install.inc
Run SQL tests to ensure the database can execute commands with the current user.
DatabaseTasks::runTestQuery in drupal-7.x/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-7.x/includes/database/mysql/install.inc
Returns a human-readable name string for MySQL and equivalent databases.
DatabaseTasks_pgsql::name in drupal-7.x/includes/database/pgsql/install.inc
Return the human-readable name of the driver.
DatabaseTasks_sqlite::name in drupal-7.x/includes/database/sqlite/install.inc
Return the human-readable name of the driver.

Archivo

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

Class

DatabaseTasks
Database installer structure.

Código

abstract public function name();