public function Logger::templatesCollection in MongoDB 8
Return value
\MongoCollection
File
- src/
Logger/ Logger.php, line 79 - Logger functionality (watchdog).
Class
- Logger
- MongoDB logger implementation for watchdog().
Namespace
Drupal\mongodb\LoggerCode
public function templatesCollection() {
return $this->message_templates;
}