You are here

public function ContentHubImportException::getUuids in Acquia Content Hub 8.2

Returns the list of UUIDs that have issues.

Return value

array An array of UUIDs.

File

modules/acquia_contenthub_subscriber/src/Exception/ContentHubImportException.php, line 33

Class

ContentHubImportException
An exception that occurred in some part of the Acquia Content Hub.

Namespace

Drupal\acquia_contenthub_subscriber\Exception

Code

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