You are here

class DoNothing in MongoDB 8

Hierarchy

  • class \Drupal\Driver\Database\mongodb\DoNothing

Expanded class hierarchy of DoNothing

File

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

Namespace

Drupal\Driver\Database\mongodb
View source
class DoNothing {
  function __call($name, $args) {

    // Nothing to do.
  }

}

Members