public property ImportOptions::$publish in GatherContent 8.4
Same name and namespace in other branches
- 8.5 src/Import/ImportOptions.php \Drupal\gathercontent\Import\ImportOptions::publish
Decides whether to publish the imported node.
Type: bool
File
- src/
Import/ ImportOptions.php, line 31
Class
- ImportOptions
- A class for storing and serializing the import/update options of a node.
Namespace
Drupal\gathercontent\ImportCode
public $publish = FALSE;