You are here

public function ContentImporterInterface::importEntity in Content Synchronization 8.2

Same name and namespace in other branches
  1. 3.0.x src/Importer/ContentImporterInterface.php \Drupal\content_sync\Importer\ContentImporterInterface::importEntity()

Parameters

$decoded_entity:

$entity_type_id:

array $context:

Return value

\Drupal\Core\Entity\ContentEntityInterface

1 method overrides ContentImporterInterface::importEntity()
ContentImporter::importEntity in src/Importer/ContentImporter.php

File

src/Importer/ContentImporterInterface.php, line 15

Class

ContentImporterInterface

Namespace

Drupal\content_sync\Importer

Code

public function importEntity($decoded_entity, $context = []);