Home
last modified time | relevance | path

Searched defs:user (Results 1 – 17 of 17) sorted by relevance

/webtrees/app/Contracts/
H A DTimestampFactoryInterface.php33 public function make(int $timestamp, UserInterface|null $user = null): TimestampInterface;
42 …null $string, string $format = 'Y-m-d H:i:s', UserInterface|null $user = null): TimestampInterface;
49 public function now(UserInterface|null $user = null): TimestampInterface;
H A DImageFactoryInterface.php67 public function fileNeedsWatermark(MediaFile $media_file, UserInterface $user): bool;
72 public function thumbnailNeedsWatermark(MediaFile $media_file, UserInterface $user): bool;
/webtrees/app/
H A DAuth.php58 public static function isAdmin(UserInterface|null $user = null): bool
73 public static function isManager(Tree $tree, UserInterface|null $user = null): bool
88 public static function isModerator(Tree $tree, UserInterface|null $user = null): bool
105 public static function isEditor(Tree $tree, UserInterface|null $user = null): bool
122 public static function isMember(Tree $tree, UserInterface|null $user = null): bool
139 public static function accessLevel(Tree $tree, UserInterface|null $user = null): int
169 public static function user(): UserInterface function in Fisharebest\\Webtrees\\Auth
183 public static function login(UserInterface $user): void
209 …kComponentAccess(ModuleInterface $module, string $interface, Tree $tree, UserInterface $user): void
575 public static function canUploadMedia(Tree $tree, UserInterface $user): bool
H A DTree.php269 …public function setUserPreference(UserInterface $user, string $setting_name, string $setting_value…
299 …public function getUserPreference(UserInterface $user, string $setting_name, string $default = '')…
331 public function canAcceptChanges(UserInterface $user): bool
537 public function significantIndividual(UserInterface $user, string $xref = ''): Individual
H A DValidator.php415 public function user(string $parameter = 'user'): UserInterface function in Fisharebest\\Webtrees\\Validator
/webtrees/app/Factories/
H A DTimestampFactory.php46 public function make(int $timestamp, UserInterface|null $user = null): TimestampInterface
62 …|null $string, string $format = 'Y-m-d H:i:s', UserInterface|null $user = null): TimestampInterface
79 public function now(UserInterface|null $user = null): TimestampInterface
H A DImageFactory.php233 public function fileNeedsWatermark(MediaFile $media_file, UserInterface $user): bool
243 public function thumbnailNeedsWatermark(MediaFile $media_file, UserInterface $user): bool
/webtrees/app/Services/
H A DHomePageService.php88 …public function userBlock(ServerRequestInterface $request, UserInterface $user): ModuleBlockInterf…
142 public function availableTreeBlocks(Tree $tree, UserInterface $user): Collection
157 public function availableUserBlocks(Tree $tree, UserInterface $user): Collection
173 public function treeBlocks(Tree $tree, UserInterface $user, string $location): Collection
223 public function userBlocks(Tree $tree, UserInterface $user, string $location): Collection
H A DMessageService.php152 public function sendInternalMessage(UserInterface $user): bool
169 public function sendEmail(UserInterface $user): bool
H A DRateLimitService.php79 … public function limitRateForUser(UserInterface $user, int $num, int $seconds, string $limit): void
H A DModuleService.php557 public function findByComponent(string $interface, Tree $tree, UserInterface $user): Collection
/webtrees/app/Module/
H A DContactsFooterModule.php127 public function contactLinkEverything(User $user, ServerRequestInterface $request): string
140 public function contactLinkGenealogy(User $user, ServerRequestInterface $request): string
153 public function contactLinkTechnical(User $user, ServerRequestInterface $request): string
H A DUserFavoritesModule.php131 public function getFavorites(Tree $tree, UserInterface $user): array
217 …private function addUrlFavorite(Tree $tree, UserInterface $user, string $url, string $title, strin…
238 …private function addRecordFavorite(Tree $tree, UserInterface $user, GedcomRecord $record, string $…
H A DPrivacyPolicy.php132 protected function analyticsModules(Tree $tree, UserInterface $user): Collection
/webtrees/resources/views/modules/user-messages/
H A Duser-messages.phtml93 <?php $user = $user_service->findByIdentifier($message->sender) ?> variable
/webtrees/tests/feature/
H A DIndividualListTest.php40 private User $user; variable in Fisharebest\\Webtrees\\IndividualListTest
/webtrees/app/Statistics/Repository/
H A DUserRepository.php160 private function isUserVisible(UserInterface $user): bool