You are here

protected property AuditLogEvent::$entity in Audit Log 8

Same name and namespace in other branches
  1. 8.2 src/AuditLogEvent.php \Drupal\audit_log\AuditLogEvent::entity

The entity being modified.

Type: \Drupal\Core\Entity\EntityInterface

File

src/AuditLogEvent.php, line 26

Class

AuditLogEvent
Represents a single auditable event for logging.

Namespace

Drupal\audit_log

Code

protected $entity;