You are here

public function AuditLogLogger::getEventSubscribers in Audit Log 8.2

Get event subscribers.

File

src/AuditLogLogger.php, line 66

Class

AuditLogLogger
Service for responding to audit log events.

Namespace

Drupal\audit_log

Code

public function getEventSubscribers() {
  return $this
    ->sortEventSubscribers();
}