function Tasks::name
Overrides Tasks::name
File
-
core/
modules/ system/ tests/ modules/ driver_test/ src/ Driver/ Database/ DriverTestPgsql/ Install/ Tasks.php, line 17
Class
- Tasks
- Specifies installation tasks for PostgreSQL databases.
Namespace
Drupal\driver_test\Driver\Database\DriverTestPgsql\InstallCode
public function name() {
return $this->t('PostgreSQL by the driver_test module');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.