function Tasks::name

Return the human-readable name of the driver.

Overrides Tasks::name

File

core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php, line 23

Class

Tasks
Specifies installation tasks for SQLite databases.

Namespace

Drupal\Core\Database\Driver\sqlite\Install

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.