You are here

public function AuditLogEventInterface::getEntity in Audit Log 8

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

Retrieves the entity that was modified.

Return value

\Drupal\Core\Entity\EntityInterface The entity that was modified.

1 method overrides AuditLogEventInterface::getEntity()
AuditLogEvent::getEntity in src/AuditLogEvent.php
Retrieves the entity that was modified.

File

src/AuditLogEventInterface.php, line 118

Class

AuditLogEventInterface
Represents a single auditable event for logging.

Namespace

Drupal\audit_log

Code

public function getEntity();