MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onSpecialWatchlistGetNonRevisionTypes (&$nonRevisionTypes) | |
This hook is called when building the SQL query for SpecialWatchlist. | |
Stable to implement.
Definition at line 9 of file SpecialWatchlistGetNonRevisionTypesHook.php.
MediaWiki\Hook\SpecialWatchlistGetNonRevisionTypesHook::onSpecialWatchlistGetNonRevisionTypes | ( | & | $nonRevisionTypes | ) |
This hook is called when building the SQL query for SpecialWatchlist.
It allows extensions to register custom values they have inserted to rc_type so they can be returned as part of the watchlist.
int[] | &$nonRevisionTypes | Array of values in the rc_type field of the recentchanges table |
Implemented in MediaWiki\HookContainer\HookRunner.