Home
last modified time | relevance | path

Searched refs:checkLocationAccess (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Http/RequestHandlers/
H A DLocationPage.php67 $record = Auth::checkLocationAccess($record, false);
/webtrees/app/Module/
H A DClippingsCartModule.php550 $location = Auth::checkLocationAccess($location);
572 $location = Auth::checkLocationAccess($location);
/webtrees/app/
H A DAuth.php316 … public static function checkLocationAccess(Location|null $location, bool $edit = false): Location function in Fisharebest\\Webtrees\\Auth