You are here

public function ExporterInterface::getContentToExport in Tome 8

Grabs a list of content to export.

Return value

array An array mapping entity type IDs to arrays of entity IDs to export.

1 method overrides ExporterInterface::getContentToExport()
Exporter::getContentToExport in modules/tome_sync/src/Exporter.php
Grabs a list of content to export.

File

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

Class

ExporterInterface
Provides an interface for the exporter.

Namespace

Drupal\tome_sync

Code

public function getContentToExport();