Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DSnippetSystem.php39 class SnippetSystem class
47 * @return SnippetSystem - the global reference
52 public static function getFromContext(): SnippetSystem
59 $snippetSystem = new SnippetSystem();
426 public function addPopoverLibrary(): SnippetSystem
H A DTooltip.php105 $snippetSystem = SnippetSystem::getFromContext();
H A DPluginUtility.php811 * @return SnippetSystem
814 static function getSnippetManager(): SnippetSystem
816 return SnippetSystem::getFromContext();
H A DFetcherMarkup.php436 $jsonDecodeSnippets = SnippetSystem::toJsonArrayFromSlotSnippets($snippets);
1056 public function getSnippetManager(): SnippetSystem
1074 …$globalSnippets = SnippetSystem::getFromContext()->getSnippetsForSlot($this->getRequestedExecuting…
1080 return SnippetSystem::toHtmlFromSnippetArray($allSnippets);
H A DExecutionContext.php634 * @return SnippetSystem
638 public function getSnippetSystem(): SnippetSystem
640 return SnippetSystem::getFromContext();
H A DBreadcrumbTag.php102SnippetSystem::getFromContext()->attachCssInternalStyleSheet("breadcrumb-$type");
H A DFetcherRailBar.php140 $snippetManager = SnippetSystem::getFromContext();
H A DHeadingTag.php327 $snippetManager = SnippetSystem::getFromContext();
/template/strap/action/
H A Dsnippets.php11 use ComboStrap\SnippetSystem; alias
112 $snippetSystem = SnippetSystem::getFromContext();
/template/strap/syntax/
H A Dminimap.php10 use ComboStrap\SnippetSystem; alias