Searched defs:componentId (Results 1 – 5 of 5) sorted by relevance
/template/strap/ComboStrap/ |
D | SnippetSystem.php | 152 function &attachCssInternalStyleSheet($componentId, string $script = null): Snippet 167 public function attachJavascriptFromComponentId($componentId, string $script = null): Snippet 183 function attachInternalJavascriptFromPathForRequest($componentId, Path $path): Snippet 195 public function getSnippetsForComponent($componentId): array 216 public function hasSnippetsForComponent($componentId): bool 228 function attachSnippetFromRequest($componentId, $type): Snippet 272 …ction attachSnippetFromComboResourceDrive(string $pathFromComboDrive, string $componentId): Snippet 286 …function attachRemoteJavascriptLibrary(string $componentId, string $url, string $integrity = null)… 303 …function attachRemoteJavascriptLibraryFromLiteral(string $componentId, string $url, string $integr… 326 …function attachRemoteCssStyleSheet(string $componentId, string $url, string $integrity = null): Sn… [all …]
|
D | Snippet.php | 151 private string $componentId; variable in ComboStrap\\Snippet 178 public static function createCssSnippetFromComponentId($componentId): Snippet 186 public static function createSnippetFromComponentId($componentId, $type): Snippet 201 … public static function getOrCreateFromComponentId(string $componentId, string $extension): Snippet 402 public static function createJavascriptSnippetFromComponentId(string $componentId): Snippet 952 public function setComponentId(string $componentId): Snippet
|
D | IdManager.php | 46 …public function generateNewHtmlIdForComponent(string $componentId, Path $executingPath = null): st…
|
D | IdentityFormsHelper.php | 157 public static function getHtmlStyleTag(string $componentId): string
|
D | FetcherMarkup.php | 864 public function getSnippetsForComponent(string $componentId): array
|