You are here

public function ImporterInterface::importContent in Tome 8

Imports a content entity from the source storage.

Parameters

string $entity_type_id: The entity type ID.

string $uuid: The entity UUID.

string $langcode: (optional) The langcode, if this is a translation.

1 method overrides ImporterInterface::importContent()
Importer::importContent in modules/tome_sync/src/Importer.php
Imports a content entity from the source storage.

File

modules/tome_sync/src/ImporterInterface.php, line 25

Class

ImporterInterface
Provides an interface for the importer.

Namespace

Drupal\tome_sync

Code

public function importContent($entity_type_id, $uuid, $langcode = NULL);