You are here

public function EventSubscriberInterface::getEntityType in Audit Log 8.2

Return entity type machine name.

3 methods override EventSubscriberInterface::getEntityType()
Node::getEntityType in src/EventSubscriber/Node.php
Return entity type machine name.
Taxonomy::getEntityType in src/EventSubscriber/Taxonomy.php
Return entity type machine name.
User::getEntityType in src/EventSubscriber/User.php
Return entity type machine name.

File

src/EventSubscriber/EventSubscriberInterface.php, line 28

Class

EventSubscriberInterface
Defines an event subscriber for responding to events.

Namespace

Drupal\audit_log\EventSubscriber

Code

public function getEntityType();