public function Tasks::name in MongoDB 8
Return the human-readable name of the driver.
Overrides Tasks::name
File
- drivers/
lib/ Drupal/ Driver/ Database/ mongodb/ Install/ Tasks.php, line 34
Class
Namespace
Drupal\Driver\Database\mongodb\InstallCode
public function name() {
return t('MongoDB');
}