You are here

public function EntityUsageEvent::getReferencingMethod in Entity Usage 8

Gets the referencing method.

Return value

null|string The referencing method or NULL.

File

src/Events/EntityUsageEvent.php, line 185

Class

EntityUsageEvent
Implementation of Entity Usage events.

Namespace

Drupal\entity_usage\Events

Code

public function getReferencingMethod() {
  return $this->method;
}