MediaWiki REL1_35
AlternateEditPreviewHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Content;
6use EditPage;
8
27 public function onAlternateEditPreview( $editPage, &$content, &$previewHTML,
28 &$parserOutput
29 );
30}
The edit page/HTML interface (split from Article) The actual database and text munging is still in Ar...
Definition EditPage.php:62
Base interface for content objects.
Definition Content.php:35
onAlternateEditPreview( $editPage, &$content, &$previewHTML, &$parserOutput)
This hook is called before generating the preview of the page when editing ( EditPage::getPreviewText...
$content
Definition router.php:76