MediaWiki
REL1_39
ActionBeforeFormDisplayHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Article
;
6
use
HTMLForm
;
7
15
interface
ActionBeforeFormDisplayHook
{
26
public
function
onActionBeforeFormDisplay
( $name, $form, $article );
27
}
Article
Legacy class representing an editable page and handling UI for some page actions.
Definition
Article.php:48
HTMLForm
Object handling generic submission, CSRF protection, layout and other logic for UI forms in a reusabl...
Definition
HTMLForm.php:150
MediaWiki\Hook\ActionBeforeFormDisplayHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ActionBeforeFormDisplayHook.php:15
MediaWiki\Hook\ActionBeforeFormDisplayHook\onActionBeforeFormDisplay
onActionBeforeFormDisplay( $name, $form, $article)
This hook is called before executing the HTMLForm object.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
actions
Hook
ActionBeforeFormDisplayHook.php
Generated on Mon Nov 11 2024 07:22:20 for MediaWiki by
1.10.0