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
1 2 3 | public function name() { return t( 'PostgreSQL' ); } |
Please login to continue.