public function AuditLogEventInterface::getMessage in Audit Log 8
Same name and namespace in other branches
- 8.2 src/AuditLogEventInterface.php \Drupal\audit_log\AuditLogEventInterface::getMessage()
Retrieves the untranslated audit log message for the event.
Return value
string The untranslated audit log message.
1 method overrides AuditLogEventInterface::getMessage()
- AuditLogEvent::getMessage in src/
AuditLogEvent.php - Retrieves the untranslated audit log message for the event.
File
- src/
AuditLogEventInterface.php, line 126
Class
- AuditLogEventInterface
- Represents a single auditable event for logging.
Namespace
Drupal\audit_logCode
public function getMessage();