You are here

public property ImportOptions::$newStatus in GatherContent 8.5

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

ID of a GatherContent status.

If set, status of the imported node will be updated both in GatherContent and Drupal.

Type: int

File

src/Import/ImportOptions.php, line 32

Class

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

Namespace

Drupal\gathercontent\Import

Code

public $newStatus = NULL;