function DbToolsApplication::__construct

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Command/DbToolsApplication.php \Drupal\Core\Command\DbToolsApplication::__construct()
  2. 8.9.x core/lib/Drupal/Core/Command/DbToolsApplication.php \Drupal\Core\Command\DbToolsApplication::__construct()
  3. 10 core/lib/Drupal/Core/Command/DbToolsApplication.php \Drupal\Core\Command\DbToolsApplication::__construct()

File

core/lib/Drupal/Core/Command/DbToolsApplication.php, line 15

Class

DbToolsApplication
Provides a command to import a database generation script.

Namespace

Drupal\Core\Command

Code

public function __construct() {
    parent::__construct('Database Tools', \Drupal::VERSION);
}

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