Home
last modified time | relevance | path

Searched refs:array_unshift (Results 1 – 5 of 5) sorted by relevance

/webtrees/app/Http/RequestHandlers/
H A DMapDataExportGeoJson.php32 use function array_unshift; alias
120 array_unshift($queue, [$row->id, $hierarchy, $row->latitude, $row->longitude]);
H A DMapDataExportCSV.php36 use function array_unshift; alias
120 array_unshift($queue, [$row->id, $hierarchy, $row->latitude, $row->longitude]);
/webtrees/app/Services/
H A DMapDataService.php32 use function array_unshift; alias
299 array_unshift($hierarchy, $location->locationName());
/webtrees/app/Module/
H A DMediaListModule.php41 use function array_unshift; alias
230 array_unshift($folders, '');
H A DCloudsTheme.php62array_unshift($submenus, new Menu($menu->getLabel(), '#', '', ['onclick' => 'return false;']));