MediaWiki REL1_39
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
6use EditPage;
7use Status;
8
27 public function onEditPage__attemptSave_after( $editpage_Obj, $status,
28 $resultDetails
29 );
30}
The edit page/HTML interface (split from Article) The actual database and text munging is still in Ar...
Definition EditPage.php:103
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Definition Status.php:44
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.