From ac0bb2fec809b58ee8c03ed60d0e4bfeb5b7a0b3 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 8 Jul 2009 18:47:46 +0000 Subject: [PATCH] documenting EditPage::importFormData --- docs/hooks.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/hooks.txt b/docs/hooks.txt index 5b1187ee06..d3a70a61e6 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -621,6 +621,12 @@ new pages saved, that is before insertNewArticle() is called &$editpage_Obj: the current EditPage object +'EditPage::importFormData': allow extensions to read additional data +posted in the form +$editpage: EditPage instance +$request: Webrequest +return value is ignored (should always return true) + 'EditPage::showEditForm:fields': allows injection of form field into edit form &$editor: the EditPage instance for reference &$out: an OutputPage instance to write to -- 2.20.1