Searched refs:array_unshift (Results 1 – 5 of 5) sorted by relevance
/webtrees/app/Http/RequestHandlers/ |
H A D | MapDataExportGeoJson.php | 32 use function array_unshift; alias 120 array_unshift($queue, [$row->id, $hierarchy, $row->latitude, $row->longitude]);
|
H A D | MapDataExportCSV.php | 36 use function array_unshift; alias 120 array_unshift($queue, [$row->id, $hierarchy, $row->latitude, $row->longitude]);
|
/webtrees/app/Services/ |
H A D | MapDataService.php | 32 use function array_unshift; alias 299 array_unshift($hierarchy, $location->locationName());
|
/webtrees/app/Module/ |
H A D | MediaListModule.php | 41 use function array_unshift; alias 230 array_unshift($folders, '');
|
H A D | CloudsTheme.php | 62 … array_unshift($submenus, new Menu($menu->getLabel(), '#', '', ['onclick' => 'return false;']));
|