Lines Matching refs:slot
25 * stylesheet/javascript to a slot or request scoped
88 * Returns all snippets (request and slot scoped)
98 * @return Snippet[] - the slot snippets (not the request snippet)
128 * @param string $slot
133 function getSlotSnippetsFromJsonArray(array $array, string $slot): ?array
138 ->addElement($slot);
147 * @return Snippet a snippet not in a slot
165 * @return Snippet a snippet in a slot
225 * @deprecated - the slot is now added automatically at creation time via the context system
434 * @param $slot
437 public function getSnippetsForSlot($slot): array
441 function ($s) use ($slot) {
442 return $s->hasSlot($slot);