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