MediaWiki REL1_35
ChangesListInsertArticleLinkHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
26 public function onChangesListInsertArticleLink( $changesList, &$articlelink,
27 &$s, $rc, $unpatrolled, $watched
28 );
29}
Utility class for creating new RC entries.
onChangesListInsertArticleLink( $changesList, &$articlelink, &$s, $rc, $unpatrolled, $watched)
Use this hook to override or augment link to article in RC list.