You are here

public function AuditLogEventInterface::getRequestTime in Audit Log 8.2

Same name and namespace in other branches
  1. 8 src/AuditLogEventInterface.php \Drupal\audit_log\AuditLogEventInterface::getRequestTime()

The timestamp for when the event was initiated.

Return value

int Timestamp value.

1 method overrides AuditLogEventInterface::getRequestTime()
AuditLogEvent::getRequestTime in src/AuditLogEvent.php
The timestamp for when the event was initiated.

File

src/AuditLogEventInterface.php, line 166

Class

AuditLogEventInterface
Represents a single auditable event for logging.

Namespace

Drupal\audit_log

Code

public function getRequestTime();