You are here

public function AuditLog::getMessage in Audit Log 8.2

1 call to AuditLog::getMessage()
AuditLog::label in src/Entity/AuditLog.php
Gets the label of the entity.

File

src/Entity/AuditLog.php, line 105

Class

AuditLog
Defines the Audit log entity.

Namespace

Drupal\audit_log\Entity

Code

public function getMessage() {
  return $this
    ->get('message')->value;
}