MediaWiki master
EditPage__attemptSaveHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
7
24 public function onEditPage__attemptSave( $editpage_Obj );
25}
The HTML user interface for page editing.
Definition EditPage.php:145
This is a hook handler interface, see docs/Hooks.md.
onEditPage__attemptSave( $editpage_Obj)
This hook is called before an article is saved, before WikiPage::doUserEditContent() is called.