Searched defs:interface (Results 1 – 7 of 7) sorted by relevance
/webtrees/app/Http/RequestHandlers/ |
H A D | AbstractModuleComponentAction.php | 63 protected function updateStatus(string $interface, ServerRequestInterface $request): void 96 protected function updateAccessLevel(string $interface, ServerRequestInterface $request): void 130 …protected function updateOrder(string $interface, string $column, ServerRequestInterface $request)…
|
H A D | AbstractModuleComponentPage.php | 61 …protected function listComponents(string $interface, string $title, string $description): Response…
|
/webtrees/app/Module/ |
H A D | ModuleInterface.php | 92 public function accessLevel(Tree $tree, string $interface): int;
|
H A D | ModuleTabTrait.php | 70 abstract public function accessLevel(Tree $tree, string $interface): int;
|
H A D | AbstractModule.php | 215 final public function accessLevel(Tree $tree, string $interface): int
|
/webtrees/app/ |
H A D | Auth.php | 209 …public static function checkComponentAccess(ModuleInterface $module, string $interface, Tree $tree…
|
/webtrees/app/Services/ |
H A D | ModuleService.php | 557 public function findByComponent(string $interface, Tree $tree, UserInterface $user): Collection 574 …public function findByInterface(string $interface, bool $include_disabled = false, bool $sort = fa… 753 private function interfaceFilter(string $interface): Closure
|