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_syncCode
public function exportContent(ContentEntityInterface $entity);