function Tasks::name
Returns the human-readable name of the driver.
Return value
string The human-readable name of the driver.
Overrides Tasks::name
File
- 
              core/
modules/ sqlite/ src/ Driver/ Database/ sqlite/ Install/ Tasks.php, line 31  
Class
- Tasks
 - Specifies installation tasks for SQLite databases.
 
Namespace
Drupal\sqlite\Driver\Database\sqlite\InstallCode
public function name() {
  return t('SQLite');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.