Lines Matching refs:Collection
30 use Illuminate\Support\Collection; alias
140 * @return Collection<string,ModuleBlockInterface>
142 public function availableTreeBlocks(Tree $tree, UserInterface $user): Collection
155 * @return Collection<string,ModuleBlockInterface>
157 public function availableUserBlocks(Tree $tree, UserInterface $user): Collection
171 * @return Collection<int,ModuleBlockInterface>
173 public function treeBlocks(Tree $tree, UserInterface $user, string $location): Collection
221 * @return Collection<int,ModuleBlockInterface>
223 public function userBlocks(Tree $tree, UserInterface $user, string $location): Collection
268 * @param Collection<int,string> $main_block_ids
269 * @param Collection<int,string> $side_block_ids
273 …public function updateUserBlocks(int $user_id, Collection $main_block_ids, Collection $side_block_…
325 * @param Collection<int,string> $main_block_ids
326 * @param Collection<int,string> $side_block_ids
330 …public function updateTreeBlocks(int $tree_id, Collection $main_block_ids, Collection $side_block_…
381 * @param Collection<int,string> $blocks
382 * @param Collection<int,ModuleBlockInterface> $active_blocks
384 * @return Collection<int,ModuleBlockInterface>
386 private function filterActiveBlocks(Collection $blocks, Collection $active_blocks): Collection