Home
last modified time | relevance | path

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

/template/strap/action/
H A Ddocustom.php208 private function isComboDoAction($actionName): bool argument
210 return strpos($actionName, self::DO_PREFIX) === 0;
213 private function getFetcherNameFromAction($actionName) argument
215 return substr($actionName, strlen(self::DO_PREFIX));
/template/strap/ComboStrap/
H A DFetcherAppPages.php101 $actionName = FetcherAppPages::class . "::tpl_content_core";
102 \dokuwiki\Extension\Event::createAndTrigger('TPL_ACT_RENDER', $ACT, $actionName);