abstract public function DatabaseTasks::name
7.x install.inc | abstract public DatabaseTasks::name() |
Return the human-readable name of the driver.
1 call 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.
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.
File
- drupal-7.x/
includes/ install.inc, line 381 - API functions for installing modules and themes.
Class
- DatabaseTasks
- Database installer structure.
Code
abstract public function name();