Home
last modified time | relevance | path

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

/template/strap/ComboStrap/Tag/
H A DShareTag.php40 … return LogUtility::wrapInRedForHtml("The brand creation returns an error ({$e->getMessage()}");
51 …$rendererHtml .= LogUtility::wrapInRedForHtml("The style of the share button ($brandButton) could …
73 … return LogUtility::wrapInRedForHtml("Share Error: Requested Page Not Found: ({$e->getMessage()}");
81 …return LogUtility::wrapInRedForHtml("The social channel creation returns an error when creating th…
104 $rendererHtml .= LogUtility::wrapInRedForHtml($message);
131 … return LogUtility::wrapInRedForHtml("Share Error: Requested Page Not Found: ({$e->getMessage()}");
H A DAdTag.php138 …return LogUtility::wrapInRedForHtml("Internal error: the name attribute is mandatory to render an …
166 return LogUtility::wrapInRedForHtml("The ad page (" . $adsPageId . ") does not exist");
174 return LogUtility::wrapInRedForHtml("Error: " . $e->getMessage());
H A DFollowTag.php105 $message = LogUtility::wrapInRedForHtml($message);
/template/strap/ComboStrap/
H A DPageExplorerTag.php411 …$returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the home. Error: {$e->getMes…
420 …$returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the default home. Error: {$e…
457 …$returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the parent instructions. Err…
469 …$returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the default parent. Error: {…
529 …$returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the sub-namespace. Error: {$…
540 …$returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the default namespace. Error…
578 …$returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the page. Error: {$e->getMes…
587 …$returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the default page. Error: {$e…
639 …$returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the tree sub-namespace. Erro…
765 …$html .= LogUtility::wrapInRedForHtml("Error while rendering the child directory. Error: {$e->getM…
H A DTooltip.php49 …$title = LogUtility::wrapInRedForHtml("Error while rendering the tooltip. Error: {$e->getMessage()…
63 $title = LogUtility::wrapInRedForHtml("The tooltip is empty");
H A DBrandTag.php79 …return LogUtility::wrapInRedForHtml("Error while reading the brand data for the brand ($brandName)…
88 …return LogUtility::wrapInRedForHtml("The style of the {$brandButton->getType()} button ($brandButt…
99 …return LogUtility::wrapInRedForHtml("Error while getting the link data for the the brand ($brandNa…
H A DPipelineTag.php56 return LogUtility::wrapInRedForHtml($e->getMessage());
H A DHistoricalBreadcrumbMenuItem.php159 …return LogUtility::wrapInRedForHtml("Error on breadcrumb markup ref. Message: {$e->getMessage()}");
H A DDateTag.php109 return LogUtility::wrapInRedForHtml($message);
H A DLogUtility.php306 public static function wrapInRedForHtml(string $message): string function in ComboStrap\\LogUtility
H A DTemplateForWebPage.php624 … $model["$elementId-html"] = LogUtility::wrapInRedForHtml("Error: " . $e->getMessage());
/template/strap/syntax/
H A Dfragment.php219 … $renderer->doc .= LogUtility::wrapInRedForHtml("Template instructions should not be null");
227 …$renderer->doc .= LogUtility::wrapInRedForHtml("Error while rendering the instruction. Error: {$e-…
H A Dtoggle.php155 … $renderer->doc .= LogUtility::wrapInRedForHtml("The target id is mandatory");
H A Dtooltip.php248 $renderer->doc .= LogUtility::wrapInRedForHtml($message);
H A Dminimap.php211 … $miniMapList .= \ComboStrap\LogUtility::wrapInRedForHtml("Error. {$e->getMessage()}");
H A Dlink.php469 $renderer->doc .= LogUtility::wrapInRedForHtml($message);