|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
| onEnhancedChangesList__getLogText ( $changesList, &$links, $block) | |
| Use this hook to alter, remove, or add to the links of a group of changes in EnhancedChangesList. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "EnhancedChangesList::getLogText" to register handlers implementing this interface.
Definition at line 16 of file EnhancedChangesList__getLogTextHook.php.
| MediaWiki\Hook\EnhancedChangesList__getLogTextHook::onEnhancedChangesList__getLogText | ( | $changesList, | |
| & | $links, | ||
| $block ) |
Use this hook to alter, remove, or add to the links of a group of changes in EnhancedChangesList.
| EnhancedChangesList | $changesList | |
| string[] | &$links | Links generated by EnhancedChangesList |
| RecentChange[] | $block | RecentChange objects in that block |
Implemented in MediaWiki\HookContainer\HookRunner.