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\ImportCode
public function getNodeUpdateMethod() {
return $this->nodeUpdateMethod;
}