You are here

public function Tools::settings in MongoDB 8.2

Command callback for mongodb:mdbs.

Return value

array The MongoDB portion of the settings.

File

modules/mongodb/src/Install/Tools.php, line 127

Class

Tools
Class MongoDbCommands provides the Drush commands for the mongodb module.

Namespace

Drupal\mongodb\Install

Code

public function settings() : array {
  return $this->settings
    ->get(MongoDb::MODULE);
}