public function Logger::listCollections in MongoDB 8
Return value
\MongoCollection[]
1 call to Logger::listCollections()
- Logger::uninstall in src/
Logger/ Logger.php - Drop the logger collections.
File
- src/
Logger/ Logger.php, line 61 - Logger functionality (watchdog).
Class
- Logger
- MongoDB logger implementation for watchdog().
Namespace
Drupal\mongodb\LoggerCode
public function listCollections() {
return $this
->templatesCollection()->db
->listCollections();
}