You are here

public property ImportOptions::$createNewRevision in GatherContent 8.4

Same name and namespace in other branches
  1. 8.5 src/Import/ImportOptions.php \Drupal\gathercontent\Import\ImportOptions::createNewRevision

Decides to create a new revision or not.

Type: bool

File

src/Import/ImportOptions.php, line 24

Class

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

Namespace

Drupal\gathercontent\Import

Code

public $createNewRevision = FALSE;