You are here

public function ImportOptions::getNodeUpdateMethod in GatherContent 8.4

Getter $nodeUpdateMethod.

File

src/Import/ImportOptions.php, line 78

Class

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

Namespace

Drupal\gathercontent\Import

Code

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