You are here

public function AuditLogEventInterface::setMessagePlaceholders in Audit Log 8.2

Same name and namespace in other branches
  1. 8 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_log

Code

public function setMessagePlaceholders(array $variables);