You are here

public function EntityProcessorInterface::getEntityToImport in Content Synchronizer 8

Same name and namespace in other branches
  1. 8.2 src/Processors/Entity/EntityProcessorInterface.php \Drupal\content_synchronizer\Processors\Entity\EntityProcessorInterface::getEntityToImport()
  2. 3.x src/Processors/Entity/EntityProcessorInterface.php \Drupal\content_synchronizer\Processors\Entity\EntityProcessorInterface::getEntityToImport()

Return the entity to import.

Return value

\Drupal\Core\Entity\Entity The entity to import.

1 method overrides EntityProcessorInterface::getEntityToImport()
EntityProcessorBase::getEntityToImport in src/Processors/Entity/EntityProcessorBase.php
Return the entity to import.

File

src/Processors/Entity/EntityProcessorInterface.php, line 44

Class

EntityProcessorInterface
The Entity processor interface.

Namespace

Drupal\content_synchronizer\Processors\Entity

Code

public function getEntityToImport(array $data, Entity $existingEntity);