Home
last modified time | relevance | path

Searched refs:CardTag (Results 1 – 9 of 9) sorted by relevance

/plugin/combo/ComboStrap/
H A DCardTag.php16 class CardTag class
19 public const CANONICAL = CardTag::LOGICAL_TAG;
54 ->generateNewHtmlIdForComponent(CardTag::CARD_TAG);
175 if (SiteConfig::getConfValue(CardTag::CONF_ENABLE_SECTION_EDITING, 1)) {
200 $snippetManager->attachCssInternalStyleSheet(CardTag::CARD_TAG);
H A DBlockquoteTag.php197 $cardBodyEnterCall = CardTag::createCardBodyEnterCall($context);
238 $callStack->insertBefore(CardTag::createCardBodyExitCall());
263 $cardTags = [CardTag::CARD_TAG, MasonryTag::MASONRY_TAG];
341 if ($type == CardTag::CARD_TAG) {
H A DXmlTagProcessing.php54 case CardTag::LOGICAL_TAG:
55 CardTag::handleExitXhtml($data, $renderer);
194 case CardTag::LOGICAL_TAG:
195 $renderer->doc .= CardTag::renderEnterXhtml($tagAttributes, $renderer, $data);
322 case CardTag::CARD_TAG:
323 case CardTag::TEASER_TAG:
324 $logicalTag = CardTag::LOGICAL_TAG;
452 case CardTag::CARD_TAG:
453 $returnedArray = CardTag::handleEnter($tagAttributes, $handler);
583 case CardTag::CARD_TAG:
[all …]
H A DMasonryTag.php98 in_array($actualCall->getTagName(), [CardTag::CARD_TAG, BlockquoteTag::TAG])
H A DPageImageTag.php265 if ($data[PluginUtility::CONTEXT] === CardTag::CARD_TAG) {
H A DHeadingTag.php316 if (in_array($context, [BlockquoteTag::TAG, CardTag::CARD_TAG])) {
H A DTagAttributes.php118 CardTag::CARD_TAG,
/plugin/combo/syntax/
H A Dheader.php6 use ComboStrap\CardTag; alias
127 case CardTag::CARD_TAG:
147 case CardTag::CARD_TAG:
H A Dmedia.php5 use ComboStrap\CardTag; alias
216 PluginUtility::getModeFromTag(CardTag::CARD_TAG),