You are here

public function AuditLogEventInterface::getEventType in Audit Log 8.2

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

Retrieves the type of event that was triggered.

Return value

string The type of event such as "insert", "update", "delete".

1 method overrides AuditLogEventInterface::getEventType()
AuditLogEvent::getEventType in src/AuditLogEvent.php
Retrieves the type of event that was triggered.

File

src/AuditLogEventInterface.php, line 142

Class

AuditLogEventInterface
Represents a single auditable event for logging.

Namespace

Drupal\audit_log

Code

public function getEventType();