You are here

public function EntityUsageEvent::setTargetEntityType in Entity Usage 8

Same name and namespace in other branches
  1. 8.4 src/Events/EntityUsageEvent.php \Drupal\entity_usage\Events\EntityUsageEvent::setTargetEntityType()
  2. 8.2 src/Events/EntityUsageEvent.php \Drupal\entity_usage\Events\EntityUsageEvent::setTargetEntityType()
  3. 8.3 src/Events/EntityUsageEvent.php \Drupal\entity_usage\Events\EntityUsageEvent::setTargetEntityType()

Sets the target entity type.

Parameters

string $type: The target entity type.

File

src/Events/EntityUsageEvent.php, line 95

Class

EntityUsageEvent
Implementation of Entity Usage events.

Namespace

Drupal\entity_usage\Events

Code

public function setTargetEntityType($type) {
  $this->targetEntityType = $type;
}