MediaWiki REL1_35
MediaWiki\Hook\MediaWikiPerformActionHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\MediaWikiPerformActionHook:

Public Member Functions

 onMediaWikiPerformAction ( $output, $article, $title, $user, $request, $mediaWiki)
 Use this hook to override MediaWiki::performAction().
 

Detailed Description

Stable to implement.

Definition at line 16 of file MediaWikiPerformActionHook.php.

Member Function Documentation

◆ onMediaWikiPerformAction()

MediaWiki\Hook\MediaWikiPerformActionHook::onMediaWikiPerformAction (   $output,
  $article,
  $title,
  $user,
  $request,
  $mediaWiki 
)

Use this hook to override MediaWiki::performAction().

Use this to do something completely different, after the basic globals have been set up, but before ordinary actions take place.

Since
1.35
Parameters
OutputPage$outputContext output
Article$articleArticle on which the action will be performed
Title$titleTitle on which the action will be performed
User$userContext user
WebRequest$requestContext request
MediaWiki$mediaWiki
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


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