You are here

public function ImportContext::getUuids in Entity Share 8.3

Get UUIDs.

Return value

string[] The UUIDs.

File

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

Class

ImportContext
Class ImportContext.

Namespace

Drupal\entity_share_client

Code

public function getUuids() {
  return $this->uuids;
}