ContentImporterInterface.php in Content Synchronization 8.2
Same filename and directory in other branches
Namespace
Drupal\content_sync\ImporterFile
src/Importer/ContentImporterInterface.phpView source
<?php
namespace Drupal\content_sync\Importer;
interface ContentImporterInterface {
/**
* @param $decoded_entity
* @param $entity_type_id
* @param array $context
*
* @return \Drupal\Core\Entity\ContentEntityInterface
*/
public function importEntity($decoded_entity, $context = []);
}
Interfaces
Name | Description |
---|---|
ContentImporterInterface |