MediaWiki REL1_35
MediaWiki\Hook\ActionBeforeFormDisplayHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\ActionBeforeFormDisplayHook:

Public Member Functions

 onActionBeforeFormDisplay ( $name, $form, $article)
 This hook is called before executing the HTMLForm object.
 

Detailed Description

Stable to implement.

Definition at line 12 of file ActionBeforeFormDisplayHook.php.

Member Function Documentation

◆ onActionBeforeFormDisplay()

MediaWiki\Hook\ActionBeforeFormDisplayHook::onActionBeforeFormDisplay (   $name,
  $form,
  $article 
)

This hook is called before executing the HTMLForm object.

Since
1.35
Parameters
string$nameName of the action
HTMLForm$form
Article$article
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: