You are here

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\Logger

Code

public function getEvents() {
  return $this->cache;
}