MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onDifferenceEngineRenderRevisionShowFinalPatrolLink () | |
Use this hook to not show the final "mark as patrolled" link on the bottom of a page. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "DifferenceEngineRenderRevisionShowFinalPatrolLink" to register handlers implementing this interface.
Definition at line 13 of file DifferenceEngineRenderRevisionShowFinalPatrolLinkHook.php.
MediaWiki\Diff\Hook\DifferenceEngineRenderRevisionShowFinalPatrolLinkHook::onDifferenceEngineRenderRevisionShowFinalPatrolLink | ( | ) |
Use this hook to not show the final "mark as patrolled" link on the bottom of a page.
This hook has no arguments.
Implemented in MediaWiki\HookContainer\HookRunner.