You are here

public function RevisionHandler::__construct in Feeds Paragraphs 8

RevisionHandler constructor.

Parameters

MessengerInterface $messenger: The entity importer service.

Importer $importer: The entity importer service.

File

src/RevisionHandler.php, line 44

Class

RevisionHandler

Namespace

Drupal\feeds_para_mapper

Code

public function __construct(MessengerInterface $messenger, Importer $importer) {
  $this->messenger = $messenger;
  $this->importer = $importer;
}