|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

Public Member Functions | |
| onEnhancedChangesListModifyBlockLineData ( $changesList, &$data, $rc) | |
| Use this hook to alter data used to build a non-grouped recent change line in EnhancedChangesList. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "EnhancedChangesListModifyBlockLineData" to register handlers implementing this interface.
Definition at line 15 of file EnhancedChangesListModifyBlockLineDataHook.php.
| MediaWiki\Hook\EnhancedChangesListModifyBlockLineDataHook::onEnhancedChangesListModifyBlockLineData | ( | $changesList, | |
| & | $data, | ||
| $rc ) |
Use this hook to alter data used to build a non-grouped recent change line in EnhancedChangesList.
| EnhancedChangesList | $changesList | |
| array | &$data | Array of components that will be joined in order to create the line |
| RecentChange | $rc | RecentChange object for this line |
Implemented in MediaWiki\HookContainer\HookRunner.