|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
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.
| Article | $article | Article being edited |
| User | $user | User performing the edit |
Implemented in MediaWiki\HookContainer\HookRunner.