You are here

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\Import

Code

public $nodeUpdateMethod = NodeUpdateMethod::ALWAYS_UPDATE;