You are here

public function Node::getEntityType in Audit Log 8.2

Return entity type machine name.

Overrides EventSubscriberInterface::getEntityType

1 call to Node::getEntityType()
Node::reactTo in src/EventSubscriber/Node.php
Processes an event.

File

src/EventSubscriber/Node.php, line 64

Class

Node
Processes node entity events.

Namespace

Drupal\audit_log\EventSubscriber

Code

public function getEntityType() {
  return 'node';
}