Lines Matching refs:snippet
470 foreach ($jsonDecodeSnippets as $snippet) {
472 $nativeSnippets[] = Snippet::createFromJson($snippet);
474 …ppet object. " . $e->getMessage() . "\n" . ArrayUtility::formatAsString($snippet), LogUtility::SUP…
869 foreach ($snippets as $snippet) {
871 if ($snippet->getComponentId() === $componentId) {
872 $snippetsForComponent[] = $snippet;
918 * @param Snippet $snippet
921 public function addSnippet(Snippet $snippet): FetcherMarkup argument
935 $this->parentMarkupHandler->addSnippet($snippet);
950 …ty::warning("The execution ($this) is not a path execution. The snippet $snippet will not be prese…
954 …ty::warning("The execution ($this) is not a HTML execution. The snippet $snippet will not be prese…
957 $snippetGuid = $snippet->getPath()->toUriString();
958 $this->localSnippets[$snippetGuid] = $snippet;