MediaWiki REL1_35
EnhancedChangesListModifyBlockLineDataHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
24 public function onEnhancedChangesListModifyBlockLineData( $changesList, &$data,
25 $rc
26 );
27}
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.