/webtrees/resources/views/lists/ |
H A D | surnames-column-list.phtml | 8 use Fisharebest\Webtrees\Module\ModuleListInterface; alias 27 …$url = $module instanceof ModuleListInterface ? $module->listUrl($tree, ['alpha' => '@'] + $para… 30 …$url = $module instanceof ModuleListInterface ? $module->listUrl($tree, ['surname' => $surn] + $… 33 …$url = $module instanceof ModuleListInterface ? $module->listUrl($tree, ['surname' => $surn] + $…
|
H A D | surnames-bullet-list.phtml | 8 use Fisharebest\Webtrees\Module\ModuleListInterface; alias 24 … $url = $module instanceof ModuleListInterface ? $module->listUrl($tree, ['alpha' => '@']) : ''; 27 …$url = $module instanceof ModuleListInterface ? $module->listUrl($tree, ['surname' => $surn]) : … 30 …$url = $module instanceof ModuleListInterface ? $module->listUrl($tree, ['surname' => $surn]) : …
|
H A D | surnames-compact-list.phtml | 8 use Fisharebest\Webtrees\Module\ModuleListInterface; alias 24 … $url = $module instanceof ModuleListInterface ? $module->listUrl($tree, ['alpha' => '@']) : ''; 27 …$url = $module instanceof ModuleListInterface ? $module->listUrl($tree, ['surname' => $surn]) : … 30 …$url = $module instanceof ModuleListInterface ? $module->listUrl($tree, ['surname' => $surn]) : …
|
H A D | surnames-tag-cloud.phtml | 8 use Fisharebest\Webtrees\Module\ModuleListInterface; alias 43 <?php if ($module instanceof ModuleListInterface) : ?>
|
/webtrees/app/Http/RequestHandlers/ |
H A D | ModulesListsAction.php | 24 use Fisharebest\Webtrees\Module\ModuleListInterface; alias 43 $this->updateStatus(ModuleListInterface::class, $request); 44 $this->updateAccessLevel(ModuleListInterface::class, $request);
|
H A D | RedirectRepoListPhp.php | 25 use Fisharebest\Webtrees\Module\ModuleListInterface; alias 55 ->findByComponent(ModuleListInterface::class, $tree, Auth::user()) 56 … ->first(static fn (ModuleListInterface $module): bool => $module instanceof RepositoryListModule);
|
H A D | RedirectSourceListPhp.php | 25 use Fisharebest\Webtrees\Module\ModuleListInterface; alias 55 ->findByComponent(ModuleListInterface::class, $tree, Auth::user()) 56 … ->first(static fn (ModuleListInterface $module): bool => $module instanceof SourceListModule);
|
H A D | RedirectNoteListPhp.php | 25 use Fisharebest\Webtrees\Module\ModuleListInterface; alias 55 ->findByComponent(ModuleListInterface::class, $tree, Auth::user()) 56 … ->first(static fn (ModuleListInterface $module): bool => $module instanceof NoteListModule);
|
H A D | RedirectPlaceListPhp.php | 25 use Fisharebest\Webtrees\Module\ModuleListInterface; alias 56 ->findByComponent(ModuleListInterface::class, $tree, Auth::user()) 57 …->first(static fn (ModuleListInterface $module): bool => $module instanceof PlaceHierarchyListModu…
|
H A D | RedirectMediaListPhp.php | 26 use Fisharebest\Webtrees\Module\ModuleListInterface; alias 55 ->findByComponent(ModuleListInterface::class, $tree, Auth::user()) 56 … ->first(static fn (ModuleListInterface $module): bool => $module instanceof MediaListModule);
|
H A D | RedirectBranchesPhp.php | 26 use Fisharebest\Webtrees\Module\ModuleListInterface; alias 57 ->findByComponent(ModuleListInterface::class, $tree, Auth::user()) 58 … ->first(static fn (ModuleListInterface $module): bool => $module instanceof BranchesListModule);
|
H A D | RedirectFamListPhp.php | 26 use Fisharebest\Webtrees\Module\ModuleListInterface; alias 55 ->findByComponent(ModuleListInterface::class, $tree, Auth::user()) 56 … ->first(static fn (ModuleListInterface $module): bool => $module instanceof FamilyListModule);
|
H A D | RedirectIndiListPhp.php | 26 use Fisharebest\Webtrees\Module\ModuleListInterface; alias 55 ->findByComponent(ModuleListInterface::class, $tree, Auth::user()) 56 … ->first(static fn (ModuleListInterface $module): bool => $module instanceof IndividualListModule);
|
H A D | ModulesListsPage.php | 23 use Fisharebest\Webtrees\Module\ModuleListInterface; alias 42 ModuleListInterface::class,
|
/webtrees/resources/views/modules/media-list/ |
H A D | pagination.phtml | 6 use Fisharebest\Webtrees\Module\ModuleListInterface; alias 14 * @var ModuleListInterface $module
|
/webtrees/app/Module/ |
H A D | ListsMenuModule.php | 81 …$submenus = $this->module_service->findByComponent(ModuleListInterface::class, $tree, Auth::user()) 82 ->map(static fn (ModuleListInterface $module): Menu|null => $module->listMenu($tree))
|
H A D | SourceListModule.php | 36 class SourceListModule extends AbstractModule implements ModuleListInterface, RequestHandlerInterfa… 126 Auth::checkComponentAccess($this, ModuleListInterface::class, $tree, $user);
|
H A D | RepositoryListModule.php | 37 class RepositoryListModule extends AbstractModule implements ModuleListInterface, RequestHandlerInt… 128 Auth::checkComponentAccess($this, ModuleListInterface::class, $tree, $user);
|
H A D | LocationListModule.php | 37 class LocationListModule extends AbstractModule implements ModuleListInterface, RequestHandlerInter… 128 Auth::checkComponentAccess($this, ModuleListInterface::class, $tree, $user);
|
H A D | NoteListModule.php | 37 class NoteListModule extends AbstractModule implements ModuleListInterface, RequestHandlerInterface 125 Auth::checkComponentAccess($this, ModuleListInterface::class, $tree, $user);
|
H A D | SubmitterListModule.php | 37 class SubmitterListModule extends AbstractModule implements ModuleListInterface, RequestHandlerInte… 138 Auth::checkComponentAccess($this, ModuleListInterface::class, $tree, $user);
|
/webtrees/app/Schema/ |
H A D | Migration42.php | 25 use Fisharebest\Webtrees\Module\ModuleListInterface; alias 41 'list' => ModuleListInterface::class,
|
/webtrees/tests/app/Http/RequestHandlers/ |
H A D | RedirectNoteListPhpTest.php | 26 use Fisharebest\Webtrees\Module\ModuleListInterface; alias 92 ->with(ModuleListInterface::class, $tree, new GuestUser())
|
H A D | RedirectRepoListPhpTest.php | 26 use Fisharebest\Webtrees\Module\ModuleListInterface; alias 92 ->with(ModuleListInterface::class, $tree, new GuestUser())
|
H A D | RedirectSourceListPhpTest.php | 26 use Fisharebest\Webtrees\Module\ModuleListInterface; alias 92 ->with(ModuleListInterface::class, $tree, new GuestUser())
|