You are here

public function ExporterInterface::exportContent in Tome 8

Exports a content entity to the target storage.

Parameters

\Drupal\Core\Entity\ContentEntityInterface $entity: An entity to export.

1 method overrides ExporterInterface::exportContent()
Exporter::exportContent in modules/tome_sync/src/Exporter.php
Exports a content entity to the target storage.

File

modules/tome_sync/src/ExporterInterface.php, line 34

Class

ExporterInterface
Provides an interface for the exporter.

Namespace

Drupal\tome_sync

Code

public function exportContent(ContentEntityInterface $entity);