MediaWiki REL1_35
|
Stable to implement. 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. | |
Stable to implement.
Definition at line 10 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.