You are here

public function Taxonomy::getEntityType in Audit Log 8.2

Return entity type machine name.

Overrides EventSubscriberInterface::getEntityType

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

File

src/EventSubscriber/Taxonomy.php, line 64

Class

Taxonomy
Processes taxonomy_term entity events.

Namespace

Drupal\audit_log\EventSubscriber

Code

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