public function ImporterInterface::getChunkedNames in Tome 8
Gets chunked arrays of content names to import.
Chunks should be imported synchronously, but within each chunk any amount of concurrency should be acceptable.
Return value
array An array of arrays of content names to import.
1 method overrides ImporterInterface::getChunkedNames()
- Importer::getChunkedNames in modules/
tome_sync/ src/ Importer.php - Gets chunked arrays of content names to import.
File
- modules/
tome_sync/ src/ ImporterInterface.php, line 36
Class
- ImporterInterface
- Provides an interface for the importer.
Namespace
Drupal\tome_syncCode
public function getChunkedNames();