public function AuditLogEventInterface::getEventType in Audit Log 8
Same name and namespace in other branches
- 8.2 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_logCode
public function getEventType();