You are here

public function StorageBackendInterface::save in Audit Log 8

Same name and namespace in other branches
  1. 8.2 src/StorageBackend/StorageBackendInterface.php \Drupal\audit_log\StorageBackend\StorageBackendInterface::save()

Writes the event to the storage backend's storage system.

Parameters

\Drupal\audit_log\AuditLogEventInterface $event: The event to be written to the log.

1 method overrides StorageBackendInterface::save()
Database::save in src/StorageBackend/Database.php
Writes the event to the storage backend's storage system.

File

src/StorageBackend/StorageBackendInterface.php, line 20

Class

StorageBackendInterface
Defines a logging storage backend to write audit events to.

Namespace

Drupal\audit_log\StorageBackend

Code

public function save(AuditLogEventInterface $event);