public Tasks::name()
Return the human-readable name of the driver.
Overrides Tasks::name
File
core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php, line 45
Class
Tasks Specifies installation tasks for MySQL and equivalent databases.
Namespace
Drupal\Core\Database\Driver\mysql\Install
Code
public function name() {
return t('MySQL, MariaDB, Percona Server, or equivalent');
}