function DatabaseTasks::name
Return the human-readable name of the driver.
1 call to DatabaseTasks::name()
- DatabaseTasks::runTestQuery in 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 includes/
database/ mysql/ install.inc - Returns a human-readable name string for MySQL and equivalent databases.
- DatabaseTasks_pgsql::name in includes/
database/ pgsql/ install.inc - Return the human-readable name of the driver.
- DatabaseTasks_sqlite::name in includes/
database/ sqlite/ install.inc - Return the human-readable name of the driver.
File
-
includes/
install.inc, line 381
Class
- DatabaseTasks
- Database installer structure.
Code
public abstract function name();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.