You are here

public function AuditLogEventInterface::getCurrentState in Audit Log 8

Same name and namespace in other branches
  1. 8.2 src/AuditLogEventInterface.php \Drupal\audit_log\AuditLogEventInterface::getCurrentState()

Retrieves the new state of the object after the event occurred.

Return value

string The name of the object state such as "published" or "active".

1 method overrides AuditLogEventInterface::getCurrentState()
AuditLogEvent::getCurrentState in src/AuditLogEvent.php
Retrieves the new state of the object after the event occurred.

File

src/AuditLogEventInterface.php, line 158

Class

AuditLogEventInterface
Represents a single auditable event for logging.

Namespace

Drupal\audit_log

Code

public function getCurrentState();