You are here

public function LogsHttpLoggerInterface::getEvents in Logs HTTP 8

A getter for the current events.

Return value

array List of events.

1 method overrides LogsHttpLoggerInterface::getEvents()
LogsHttpLogger::getEvents in src/Logger/LogsHttpLogger.php
A getter for the current events.

File

src/Logger/LogsHttpLoggerInterface.php, line 52

Class

LogsHttpLoggerInterface
Describes a Logs Http Logger instance.

Namespace

Drupal\logs_http\Logger

Code

public function getEvents();