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
Namespace
Drupal\feeds_para_mapperCode
public function __construct(MessengerInterface $messenger, Importer $importer) {
$this->messenger = $messenger;
$this->importer = $importer;
}