interface ContentImporterInterface in Content Synchronization 8.2
Same name and namespace in other branches
- 3.0.x src/Importer/ContentImporterInterface.php \Drupal\content_sync\Importer\ContentImporterInterface
Hierarchy
- interface \Drupal\content_sync\Importer\ContentImporterInterface
Expanded class hierarchy of ContentImporterInterface
All classes that implement ContentImporterInterface
2 files declare their use of ContentImporterInterface
File
- src/
Importer/ ContentImporterInterface.php, line 6
Namespace
Drupal\content_sync\ImporterView source
interface ContentImporterInterface {
/**
* @param $decoded_entity
* @param $entity_type_id
* @param array $context
*
* @return \Drupal\Core\Entity\ContentEntityInterface
*/
public function importEntity($decoded_entity, $context = []);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ContentImporterInterface:: |
public | function | 1 |