Home
last modified time | relevance | path

Searched defs:interface (Results 1 – 7 of 7) sorted by relevance

/webtrees/app/Http/RequestHandlers/
H A DAbstractModuleComponentAction.php63 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 DAbstractModuleComponentPage.php61 …protected function listComponents(string $interface, string $title, string $description): Response…
/webtrees/app/Module/
H A DModuleInterface.php92 public function accessLevel(Tree $tree, string $interface): int;
H A DModuleTabTrait.php70 abstract public function accessLevel(Tree $tree, string $interface): int;
H A DAbstractModule.php215 final public function accessLevel(Tree $tree, string $interface): int
/webtrees/app/
H A DAuth.php209 …public static function checkComponentAccess(ModuleInterface $module, string $interface, Tree $tree…
/webtrees/app/Services/
H A DModuleService.php557 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