Tasks::name

public Tasks::name()

Return the human-readable name of the driver.

Overrides Tasks::name

File

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

Class

Tasks
Specifies installation tasks for PostgreSQL databases.

Namespace

Drupal\Core\Database\Driver\pgsql\Install

Code

public function name() {
  return t('PostgreSQL');
}
doc_Drupal
2016-10-29 09:46:24
Comments
Leave a Comment

Please login to continue.