MediaWiki  master
EnhancedChangesListModifyBlockLineDataHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
6 use RecentChange;
7 
27  public function onEnhancedChangesListModifyBlockLineData( $changesList, &$data,
28  $rc
29  );
30 }
Utility class for creating new RC entries.
onEnhancedChangesListModifyBlockLineData( $changesList, &$data, $rc)
Use this hook to alter data used to build a non-grouped recent change line in EnhancedChangesList.