function Tasks::name

Return the human-readable name of the driver.

Overrides Tasks::name

2 methods override Tasks::name()
Tasks::name in core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Install/Tasks.php
Return the human-readable name of the driver.
Tasks::name in core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Install/Tasks.php
Return the human-readable name of the driver.

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');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.