function Tasks::name

Return the human-readable name of the driver.

Overrides Tasks::name

1 call to Tasks::name()
Tasks::checkEncoding in core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php
Check encoding is UTF8.
1 method overrides Tasks::name()
Tasks::name in core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Install/Tasks.php
Return the human-readable name of the driver.

File

core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php, line 44

Class

Tasks
Specifies installation tasks for PostgreSQL databases.

Namespace

Drupal\Core\Database\Driver\pgsql\Install

Code

public function name() {
  return t('PostgreSQL');
}

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