/webtrees/app/Contracts/ |
H A D | TimestampFactoryInterface.php | 33 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 D | ImageFactoryInterface.php | 67 public function fileNeedsWatermark(MediaFile $media_file, UserInterface $user): bool; 72 public function thumbnailNeedsWatermark(MediaFile $media_file, UserInterface $user): bool;
|
/webtrees/app/ |
H A D | Auth.php | 58 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 D | Tree.php | 269 …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 D | Validator.php | 415 public function user(string $parameter = 'user'): UserInterface function in Fisharebest\\Webtrees\\Validator
|
/webtrees/app/Factories/ |
H A D | TimestampFactory.php | 46 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 D | ImageFactory.php | 233 public function fileNeedsWatermark(MediaFile $media_file, UserInterface $user): bool 243 public function thumbnailNeedsWatermark(MediaFile $media_file, UserInterface $user): bool
|
/webtrees/app/Services/ |
H A D | HomePageService.php | 88 …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 D | MessageService.php | 152 public function sendInternalMessage(UserInterface $user): bool 169 public function sendEmail(UserInterface $user): bool
|
H A D | RateLimitService.php | 79 … public function limitRateForUser(UserInterface $user, int $num, int $seconds, string $limit): void
|
H A D | ModuleService.php | 557 public function findByComponent(string $interface, Tree $tree, UserInterface $user): Collection
|
/webtrees/app/Module/ |
H A D | ContactsFooterModule.php | 127 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 D | UserFavoritesModule.php | 131 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 D | PrivacyPolicy.php | 132 protected function analyticsModules(Tree $tree, UserInterface $user): Collection
|
/webtrees/resources/views/modules/user-messages/ |
H A D | user-messages.phtml | 93 <?php $user = $user_service->findByIdentifier($message->sender) ?> variable
|
/webtrees/tests/feature/ |
H A D | IndividualListTest.php | 40 private User $user; variable in Fisharebest\\Webtrees\\IndividualListTest
|
/webtrees/app/Statistics/Repository/ |
H A D | UserRepository.php | 160 private function isUserVisible(UserInterface $user): bool
|