public function MongodbCommands::__construct in MongoDB 8.2
MongodbCommands constructor.
Parameters
\Drupal\mongodb\Install\Tools $tools: The mongodb.tools service.
File
- modules/
mongodb/ src/ Commands/ MongodbCommands.php, line 28
Class
- MongodbCommands
- Drush 9 commands service for the mongodb module.
Namespace
Drupal\mongodb\CommandsCode
public function __construct(Tools $tools) {
$this->tools = $tools;
}