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