function Tasks::name

Returns the human-readable name of the driver.

Return value

string The human-readable name of the driver.

Overrides Tasks::name

1 call to Tasks::name()
Tasks::checkEncoding in core/modules/pgsql/src/Driver/Database/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
Returns the human-readable name of the driver.

File

core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php, line 53

Class

Tasks
Specifies installation tasks for PostgreSQL databases.

Namespace

Drupal\pgsql\Driver\Database\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.