Home
last modified time | relevance | path

Searched refs:hasHandlerForEvent (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/Extension/
H A DEventHandler.php99 public function hasHandlerForEvent($name, $advise = '') function in dokuwiki\\Extension\\EventHandler
/dokuwiki/inc/
H A DDraft.php78 !$EVENT_HANDLER->hasHandlerForEvent('DRAFT_SAVE')
/dokuwiki/inc/Debug/
H A DDebugHelper.php26 (!$EVENT_HANDLER instanceof EventHandler || !$EVENT_HANDLER->hasHandlerForEvent('INFO_DEPRECATION_LOG'))