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