MediaWiki  master
ChangesListInsertArticleLinkHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
5 use ChangesList;
6 use RecentChange;
7 
29  public function onChangesListInsertArticleLink( $changesList, &$articlelink,
30  &$s, $rc, $unpatrolled, $watched
31  );
32 }
Utility class for creating new RC entries.
This is a hook handler interface, see docs/Hooks.md.
onChangesListInsertArticleLink( $changesList, &$articlelink, &$s, $rc, $unpatrolled, $watched)
Use this hook to override or augment link to article in RC list.