MediaWiki 1.39.10
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onArticle__MissingArticleConditions (&$conds, $logTypes) | |
This hook is called before fetching deletion and move log entries to display a message of a non-existing page being deleted/moved. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "Article::MissingArticleConditions" to register handlers implementing this interface.
Definition at line 13 of file Article__MissingArticleConditionsHook.php.
MediaWiki\Page\Hook\Article__MissingArticleConditionsHook::onArticle__MissingArticleConditions | ( | & | $conds, |
$logTypes ) |
This hook is called before fetching deletion and move log entries to display a message of a non-existing page being deleted/moved.
Use this hook to hide unrelated log entries.
array | &$conds | Array of query conditions (all of which have to be met; conditions will AND in the final query) |
string[] | $logTypes | Array of log types being queried |
Implemented in MediaWiki\HookContainer\HookRunner.