MediaWiki master
EditPage__attemptSave_afterHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
8
27 public function onEditPage__attemptSave_after( $editpage_Obj, $status,
28 $resultDetails
29 );
30}
The HTML user interface for page editing.
Definition EditPage.php:145
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Definition Status.php:54
This is a hook handler interface, see docs/Hooks.md.
onEditPage__attemptSave_after( $editpage_Obj, $status, $resultDetails)
This hook is called after an article save attempt.