public property ImportOptions::$nodeUpdateMethod in GatherContent 8.4
Decides how to import the node.
Type: string
See also
\Drupal\gathercontent\Import\NodeUpdateMethod
File
- src/
Import/ ImportOptions.php, line 17
Class
- ImportOptions
- A class for storing and serializing the import/update options of a node.
Namespace
Drupal\gathercontent\ImportCode
public $nodeUpdateMethod = NodeUpdateMethod::ALWAYS_UPDATE;