You are here

public function EntityUsageEvent::setMethod in Entity Usage 8.4

Same name and namespace in other branches
  1. 8.2 src/Events/EntityUsageEvent.php \Drupal\entity_usage\Events\EntityUsageEvent::setMethod()

Sets the method used to relate source entity with the target entity.

Parameters

string $method: The source method.

File

src/Events/EntityUsageEvent.php, line 175

Class

EntityUsageEvent
Implementation of Entity Usage events.

Namespace

Drupal\entity_usage\Events

Code

public function setMethod($method) {
  $this->method = $method;
}