You are here

public function ContentProcessor::init in GatherContent 8.4

Initialize member variables.

1 call to ContentProcessor::init()
ContentProcessor::__construct in src/Import/ContentProcess/ContentProcessor.php

File

src/Import/ContentProcess/ContentProcessor.php, line 92

Class

ContentProcessor
The ContentProcessor sets the necessary fields of the entity.

Namespace

Drupal\gathercontent\Import\ContentProcess

Code

public function init() {
  $this->importedReferences = [];
}