You are here

public function ImportContext::setUuids in Entity Share 8.3

Set UUIDs.

Parameters

string[] $uuids: The UUIDs.

File

modules/entity_share_client/src/ImportContext.php, line 127

Class

ImportContext
Class ImportContext.

Namespace

Drupal\entity_share_client

Code

public function setUuids(array $uuids) {
  $this->uuids = $uuids;
}