return $message;
} // all definitions in all languages indexed
if (!
$offset->
hasNextLanguage()) { return null;
} // all definitions are indexed in current language, start again with next language
$offset->
selectNextLanguage();
$offset->
resetDefinitions();
$offset->
setLastId(null
);
return $this->
iterate($offset);
} /**
* @param array<string> $ids
*/
public function updateIds(EntityDefinition
$definition, array
$ids): void
{ if ($this->helper->
enabledMultilingualIndex()) { $this->newImplementation->
updateIds($definition,
$ids);