public function DbToolsApplication::__construct in Drupal 9
Same name and namespace in other branches
- 8 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\CommandCode
public function __construct() {
parent::__construct('Database Tools', \Drupal::VERSION);
}