Home
last modified time | relevance | path

Searched refs:SLOT_IDS (Results 1 – 1 of 1) sorted by relevance

/plugin/combo/ComboStrap/
H A DTemplateSlot.php12 public const SLOT_IDS = [ define in ComboStrap\\TemplateSlot
56 if (!in_array($elementId, self::SLOT_IDS)) {
57 …Id is not a valid slot id. Valid ids are (" . ArrayUtility::formatAsString(self::SLOT_IDS) . ").");