public function EntityUsageEvent::getReferencingEntityType in Entity Usage 8
Gets the referencing entity type.
Return value
null|string The referencing entity type or NULL.
File
- src/
Events/ EntityUsageEvent.php, line 175
Class
- EntityUsageEvent
- Implementation of Entity Usage events.
Namespace
Drupal\entity_usage\EventsCode
public function getReferencingEntityType() {
return $this->referencingEntityType;
}