MediaWiki REL1_35
MediaWiki\SpecialPage\Hook\SpecialPageAfterExecuteHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\SpecialPage\Hook\SpecialPageAfterExecuteHook:

Public Member Functions

 onSpecialPageAfterExecute ( $special, $subPage)
 This hook is called after SpecialPage::execute.
 

Detailed Description

Stable to implement.

Definition at line 11 of file SpecialPageAfterExecuteHook.php.

Member Function Documentation

◆ onSpecialPageAfterExecute()

MediaWiki\SpecialPage\Hook\SpecialPageAfterExecuteHook::onSpecialPageAfterExecute (   $special,
  $subPage 
)

This hook is called after SpecialPage::execute.

Since
1.35
Parameters
SpecialPage$special
string | null$subPageSubpage string, or null if no subpage was specified
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: