You are here

public function ImportOptions::setOperationUuid in GatherContent 8.4

Setter $operation_uuid.

File

src/Import/ImportOptions.php, line 160

Class

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

Namespace

Drupal\gathercontent\Import

Code

public function setOperationUuid($operation_uuid) {
  $this->operationUuid = $operation_uuid;
  return $this;
}