Searched refs:getElementId (Results 1 – 4 of 4) sorted by relevance
139 return WikiPath::createComboResource(":slot:{$this->getElementId()}.md");148 $elementId = $this->getElementId();156 return "Slot {$this->getElementId()} for {$this->contextPath}";169 if ($this->getElementId() === self::MAIN_CONTENT_ID) {220 function getElementId(): string function in ComboStrap\\TemplateSlot 227 return self::getPathNameFromElementId($this->getElementId());
616 $elementId = $slot->getElementId();
38 public static function getElementId() function in syntax_plugin_webcomponent_related156 …$renderer->doc .= '<div id="'.self::getElementId().'" class="'.self::getElementName().'-container"…
174 …$idElements = $response->queryHTML('#' . syntax_plugin_webcomponent_related::getElementId())->leng…