Home
last modified time | relevance | path

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

/plugin/pageredirect/
H A Daction.php22 /* @see action_plugin_pageredirect::handle_parser_metadata_render() */
23 $controller->register_hook('PARSER_METADATA_RENDER', 'BEFORE', $this, 'handle_parser_metadata_render');
111 public function handle_parser_metadata_render(&$event, $param) { function in action_plugin_pageredirect
/plugin/watchcycle/
H A Daction.php27 $controller->register_hook('PARSER_METADATA_RENDER', 'AFTER', $this, 'handle_parser_metadata_render');
122 public function handle_parser_metadata_render(Doku_Event $event, $param) function in action_plugin_watchcycle