MediaWiki  master
AlternateEditPreviewHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
5 use Content;
7 use ParserOutput;
8 
30  public function onAlternateEditPreview( $editPage, &$content, &$previewHTML,
31  &$parserOutput
32  );
33 }
The HTML user interface for page editing.
Definition: EditPage.php:146
Base interface for representing page content.
Definition: Content.php:39
This is a hook handler interface, see docs/Hooks.md.
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