You are here

protected property AuditLogEvent::$requestTime in Audit Log 8.2

Same name and namespace in other branches
  1. 8 src/AuditLogEvent.php \Drupal\audit_log\AuditLogEvent::requestTime

Timestamp for when the event occurred.

Type: int

File

src/AuditLogEvent.php, line 68

Class

AuditLogEvent
Represents a single auditable event for logging.

Namespace

Drupal\audit_log

Code

protected $requestTime;