Error message
You are browsing documentation for drupal 7.x, which is not supported anymore. Read the updated version of this page for drupal 11.x (the latest version).function DatabaseTasks_mysql::name
Returns a human-readable name string for MySQL and equivalent databases.
Overrides DatabaseTasks::name
File
-
includes/
database/ mysql/ install.inc, line 22
Class
- DatabaseTasks_mysql
- Specifies installation tasks for MySQL and equivalent databases.
Code
public function name() {
return st ('MySQL, MariaDB, or equivalent');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.