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\mongodbView source
class DoNothing {
function __call($name, $args) {
// Nothing to do.
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DoNothing:: |
function |