public function EntityProcessorInterface::getEntityToImport in Content Synchronizer 3.x
Same name and namespace in other branches
- 8.2 src/Processors/Entity/EntityProcessorInterface.php \Drupal\content_synchronizer\Processors\Entity\EntityProcessorInterface::getEntityToImport()
- 8 src/Processors/Entity/EntityProcessorInterface.php \Drupal\content_synchronizer\Processors\Entity\EntityProcessorInterface::getEntityToImport()
Return the entity to import.
Return value
\Drupal\Core\Entity\EntityInterface 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\EntityCode
public function getEntityToImport(array $data, EntityInterface $existingEntity);