Home
last modified time | relevance | path

Searched refs:checkComponentAccess (Results 1 – 25 of 27) sorted by relevance

12

/webtrees/app/Http/RequestHandlers/
H A DReportListAction.php63 Auth::checkComponentAccess($module, ModuleReportInterface::class, $tree, $user);
H A DReportSetupAction.php67 Auth::checkComponentAccess($module, ModuleReportInterface::class, $tree, $user);
H A DReportGenerate.php78 Auth::checkComponentAccess($module, ModuleReportInterface::class, $tree, $user);
H A DReportSetupPage.php72 Auth::checkComponentAccess($module, ModuleReportInterface::class, $tree, $user);
/webtrees/app/Module/
H A DSourceListModule.php126 Auth::checkComponentAccess($this, ModuleListInterface::class, $tree, $user);
H A DRepositoryListModule.php128 Auth::checkComponentAccess($this, ModuleListInterface::class, $tree, $user);
H A DLocationListModule.php128 Auth::checkComponentAccess($this, ModuleListInterface::class, $tree, $user);
H A DNoteListModule.php125 Auth::checkComponentAccess($this, ModuleListInterface::class, $tree, $user);
H A DSubmitterListModule.php138 Auth::checkComponentAccess($this, ModuleListInterface::class, $tree, $user);
H A DCompactTreeChartModule.php151 Auth::checkComponentAccess($this, ModuleChartInterface::class, $tree, $user);
H A DFamilyBookChartModule.php162 Auth::checkComponentAccess($this, ModuleChartInterface::class, $tree, $user);
H A DInteractiveTreeModule.php186 Auth::checkComponentAccess($this, ModuleChartInterface::class, $tree, $user);
H A DDescendancyChartModule.php172 Auth::checkComponentAccess($this, ModuleChartInterface::class, $tree, $user);
H A DAncestorsChartModule.php176 Auth::checkComponentAccess($this, ModuleChartInterface::class, $tree, $user);
H A DHourglassChartModule.php163 Auth::checkComponentAccess($this, ModuleChartInterface::class, $tree, $user);
H A DMediaListModule.php149 Auth::checkComponentAccess($this, ModuleListInterface::class, $tree, $user);
H A DPedigreeMapModule.php190 Auth::checkComponentAccess($this, ModuleChartInterface::class, $tree, $user);
H A DTimelineChartModule.php153 Auth::checkComponentAccess($this, ModuleChartInterface::class, $tree, $user);
H A DPedigreeChartModule.php186 Auth::checkComponentAccess($this, ModuleChartInterface::class, $tree, $user);
H A DPlaceHierarchyListModule.php164 Auth::checkComponentAccess($this, ModuleListInterface::class, $tree, $user);
H A DLifespansChartModule.php211 Auth::checkComponentAccess($this, ModuleChartInterface::class, $tree, $user);
H A DBranchesListModule.php158 Auth::checkComponentAccess($this, ModuleListInterface::class, $tree, $user);
H A DFanChartModule.php217 Auth::checkComponentAccess($this, ModuleChartInterface::class, $tree, $user);
H A DAbstractIndividualListModule.php117 Auth::checkComponentAccess($this, ModuleListInterface::class, $tree, $user);
/webtrees/app/
H A DAuth.php209 …public static function checkComponentAccess(ModuleInterface $module, string $interface, Tree $tree… function in Fisharebest\\Webtrees\\Auth

12