MediaWiki master
CustomEditorHook.php
Go to the documentation of this file.
1<?php
2
4
7
26 public function onCustomEditor( $article, $user );
27}
28
30class_alias( CustomEditorHook::class, 'MediaWiki\\Hook\\CustomEditorHook' );
Legacy class representing an editable page and handling UI for some page actions.
Definition Article.php:65
User class for the MediaWiki software.
Definition User.php:130
This is a hook handler interface, see docs/Hooks.md.
onCustomEditor( $article, $user)
This hook is called when invoking the page editor.