Lines Matching refs:Tree
68 * @param Tree $tree
73 public static function isManager(Tree $tree, UserInterface|null $user = null): bool
83 * @param Tree $tree
88 public static function isModerator(Tree $tree, UserInterface|null $user = null): bool
100 * @param Tree $tree
105 public static function isEditor(Tree $tree, UserInterface|null $user = null): bool
117 * @param Tree $tree
122 public static function isMember(Tree $tree, UserInterface|null $user = null): bool
134 * @param Tree $tree
139 public static function accessLevel(Tree $tree, UserInterface|null $user = null): int
204 * @param Tree $tree
209 …public static function checkComponentAccess(ModuleInterface $module, string $interface, Tree $tree…
570 * @param Tree $tree
575 public static function canUploadMedia(Tree $tree, UserInterface $user): bool