Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DPanelTag.php83 … $id = $idManager->generateNewHtmlIdForComponent(self::PANEL_LOGICAL_MARKUP . "-" . $context);
116 $id = $idManager->generateNewHtmlIdForComponent(PanelTag::PANEL_LOGICAL_MARKUP);
190 … $name = IdManager::getOrCreate()->generateNewHtmlIdForComponent(PanelTag::PANEL_LOGICAL_MARKUP);
H A DDropDownTag.php18 ->generateNewHtmlIdForComponent(DropDownTag::TAG);
H A DIdManager.php46 …public function generateNewHtmlIdForComponent(string $componentId, Path $executingPath = null): st… function in ComboStrap\\IdManager
H A DCardTag.php54 ->generateNewHtmlIdForComponent(CardTag::CARD_TAG);
H A DPageExplorerTag.php288 … $id = IdManager::getOrCreate()->generateNewHtmlIdForComponent(PageExplorerTag::CANONICAL);
745 …ExecutionContext::getActualOrCreateFromEnv()->getIdManager()->generateNewHtmlIdForComponent("page-…
H A DEditButton.php182 ->generateNewHtmlIdForComponent(self::CANONICAL, $slotPath);
H A DTagAttributes.php859 ->generateNewHtmlIdForComponent($componentName);
/plugin/combo/ComboStrap/Tag/
H A DSubscribeTag.php51 …$data['email-id'] = $executionContext->getIdManager()->generateNewHtmlIdForComponent("$subscribeTa…
/plugin/combo/syntax/
H A Daccordion.php157 …ExecutionContext::getActualOrCreateFromEnv()->getIdManager()->generateNewHtmlIdForComponent(self::…