You are here

public function ImportOptions::getOperationUuid in GatherContent 8.4

Getter $operation_uuid.

File

src/Import/ImportOptions.php, line 153

Class

ImportOptions
A class for storing and serializing the import/update options of a node.

Namespace

Drupal\gathercontent\Import

Code

public function getOperationUuid() {
  return $this->operationUuid;
}