public function AuditLogEventInterface::setRequestTime in Audit Log 8
Same name and namespace in other branches
- 8.2 src/AuditLogEventInterface.php \Drupal\audit_log\AuditLogEventInterface::setRequestTime()
Sets the timestamp for the event request.
Parameters
int $request_time: The timestamp of the request.
Return value
\Drupal\audit_log\AuditLogEventInterface The current instance of the object.
1 method overrides AuditLogEventInterface::setRequestTime()
- AuditLogEvent::setRequestTime in src/
AuditLogEvent.php - Sets the timestamp for the event request.
File
- src/
AuditLogEventInterface.php, line 102
Class
- AuditLogEventInterface
- Represents a single auditable event for logging.
Namespace
Drupal\audit_logCode
public function setRequestTime($request_time);