MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onChangesListInsertArticleLink ( $changesList, &$articlelink, &$s, $rc, $unpatrolled, $watched) | |
Use this hook to override or augment link to article in RC list. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ChangesListInsertArticleLink" to register handlers implementing this interface.
Definition at line 15 of file ChangesListInsertArticleLinkHook.php.
MediaWiki\Hook\ChangesListInsertArticleLinkHook::onChangesListInsertArticleLink | ( | $changesList, | |
& | $articlelink, | ||
& | $s, | ||
$rc, | |||
$unpatrolled, | |||
$watched ) |
Use this hook to override or augment link to article in RC list.
ChangesList | $changesList | |
string | &$articlelink | HTML of link to article (already filled-in) |
string | &$s | HTML of row that is being constructed |
RecentChange | $rc | |
bool | $unpatrolled | Whether or not we are showing unpatrolled changes |
bool | $watched | Whether or not the change is watched by the user |
Implemented in MediaWiki\HookContainer\HookRunner.