Home
last modified time | relevance | path

Searched refs:isExecutingPageTemplate (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/action/
H A Dcss.php133 $isExecutingTheme = $executionContext->isExecutingPageTemplate();
163 if ($executionContext->isExecutingPageTemplate()) {
/plugin/combo/ComboStrap/
H A DExecutionContext.php1149 function isExecutingPageTemplate(): bool function in ComboStrap\\ExecutionContext