You are here

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

Tasks

Namespace

Drupal\Driver\Database\mongodb\Install

Code

public function name() {
  return t('MongoDB');
}