You are here

public function Connection::schema in MongoDB 8

File

drivers/lib/Drupal/Driver/Database/mongodb/Connection.php, line 32

Class

Connection

Namespace

Drupal\Driver\Database\mongodb

Code

public function schema() {
  return new Schema();
}