You are here

public function AuditLogEvent::getMessagePlaceholders in Audit Log 8.2

Same name and namespace in other branches
  1. 8 src/AuditLogEvent.php \Drupal\audit_log\AuditLogEvent::getMessagePlaceholders()

Retrieves the replacement tokens for the log message.

Return value

array The replacement tokens for the log message.

Overrides AuditLogEventInterface::getMessagePlaceholders

File

src/AuditLogEvent.php, line 158

Class

AuditLogEvent
Represents a single auditable event for logging.

Namespace

Drupal\audit_log

Code

public function getMessagePlaceholders() {
  return $this->messagePlaceholders;
}