You are here

public function Schema::findTables in MongoDB 8

File

drivers/lib/Drupal/Driver/Database/mongodb/Schema.php, line 13

Class

Schema

Namespace

Drupal\Driver\Database\mongodb

Code

public function findTables() {

  // Simpletest needs this.
  return [];
}