You are here

function DoNothing::__call in MongoDB 8

File

drivers/lib/Drupal/Driver/Database/mongodb/DoNothing.php, line 12
Contains \Drupal\Driver\Database\mongodb\DoNothing.

Class

DoNothing

Namespace

Drupal\Driver\Database\mongodb

Code

function __call($name, $args) {

  // Nothing to do.
}