MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onCustomEditor ( $article, $user) | |
This hook is called when invoking the page editor. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "CustomEditor" to register handlers implementing this interface.
Definition at line 15 of file CustomEditorHook.php.
MediaWiki\Hook\CustomEditorHook::onCustomEditor | ( | $article, | |
$user ) |
This hook is called when invoking the page editor.
Implemented in MediaWiki\HookContainer\HookRunner.