public function DbToolsApplication::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Command/DbToolsApplication.php \Drupal\Core\Command\DbToolsApplication::__construct()
Constructor.
Parameters
string $name The name of the application:
string $version The version of the application:
Overrides Application::__construct
File
- core/
lib/ Drupal/ Core/ Command/ DbToolsApplication.php, line 20 - Contains \Drupal\Core\Command\DbToolsApplication.
Class
- DbToolsApplication
- Provides a command to import a database generation script.
Namespace
Drupal\Core\CommandCode
public function __construct() {
parent::__construct('Database Tools', '8.0.x');
}