You are here

public function ImportOptions::setNodeUpdateMethod in GatherContent 8.4

Setter $nodeUpdateMethod.

File

src/Import/ImportOptions.php, line 85

Class

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

Namespace

Drupal\gathercontent\Import

Code

public function setNodeUpdateMethod($nodeUpdateMethod) {
  $this->nodeUpdateMethod = $nodeUpdateMethod;
  return $this;
}