You are here

public function EntityconnectWidgetProcessor::setEntityType in Entity connect 8.2

Sets the target entity type.

Parameters

string $entityType: Target entity type.

File

src/EntityconnectWidgetProcessor.php, line 364

Class

EntityconnectWidgetProcessor
A reference field widget processing class for entityconnect module.

Namespace

Drupal\entityconnect

Code

public function setEntityType($entityType) {
  $this->entityType = $entityType;
}