MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onShowMissingArticle ( $article) | |
This hook is called when generating the output for a non-existent page. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ShowMissingArticle" to register handlers implementing this interface.
Definition at line 14 of file ShowMissingArticleHook.php.
MediaWiki\Page\Hook\ShowMissingArticleHook::onShowMissingArticle | ( | $article | ) |
This hook is called when generating the output for a non-existent page.
Implemented in MediaWiki\HookContainer\HookRunner.