Lines Matching refs:context
57 $context = null;
60 $context = $parent->getTagName();
61 if ($context === FragmentTag::FRAGMENT_TAG) {
64 $context = $parent->getTagName();
69 return array(PluginUtility::CONTEXT => $context);
142 $context = BlockquoteTag::TWEET;
143 $type = $context;
144 $openingTag->setType($context);
145 $openingTag->setContext($context);
153 $context = $openingTag->getContext();
154 if ($context === null) {
155 $context = $type;
191 $context,
197 $cardBodyEnterCall = CardTag::createCardBodyEnterCall($context);
231 $context,
242 PluginUtility::CONTEXT => $context,
300 $context = $data[PluginUtility::CONTEXT];
301 if ($context === MasonryTag::MASONRY_TAG) {
302 MasonryTag::addColIfBootstrap5AndCardColumns($renderer, $context);
342 $context = $data[PluginUtility::CONTEXT];
343 if ($context === MasonryTag::MASONRY_TAG) {
344 MasonryTag::endColIfBootstrap5AnCardColumns($renderer, $context);