public function LogsHttpLogger::getEvents in Logs HTTP 8
A getter for the current events.
Return value
array Returns the current events.
Overrides LogsHttpLoggerInterface::getEvents
File
- src/
Logger/ LogsHttpLogger.php, line 180
Class
- LogsHttpLogger
- Implements a Logs Http Logger instance.
Namespace
Drupal\logs_http\LoggerCode
public function getEvents() {
return $this->cache;
}