MediaWiki master
MediaWiki\Diff\Hook\DifferenceEngineRenderRevisionShowFinalPatrolLinkHook Interface Reference

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.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "DifferenceEngineRenderRevisionShowFinalPatrolLink" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 13 of file DifferenceEngineRenderRevisionShowFinalPatrolLinkHook.php.

Member Function Documentation

◆ onDifferenceEngineRenderRevisionShowFinalPatrolLink()

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.

Since
1.35
Returns
bool|void True or no return value to continue, or false to not show the final "mark as patrolled" link

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: