DoNothing.php in MongoDB 8
Namespace
Drupal\Driver\Database\mongodbFile
drivers/lib/Drupal/Driver/Database/mongodb/DoNothing.phpView source
<?php
/**
* @file
* Contains \Drupal\Driver\Database\mongodb\DoNothing.
*/
namespace Drupal\Driver\Database\mongodb;
class DoNothing {
function __call($name, $args) {
// Nothing to do.
}
}