You are here

protected function SettingsCommand::execute in MongoDB 8.2

File

modules/mongodb/src/Command/SettingsCommand.php, line 71

Class

SettingsCommand
Class SettingsCommand provides the 'commands.mongodb.settings' command.

Namespace

Drupal\mongodb\Command

Code

protected function execute(InputInterface $input, OutputInterface $output) {
  $this
    ->getIo()
    ->write($this->serialization
    ->encode($this->tools
    ->settings()));
}