MediaWiki REL1_39
EditPageGetPreviewContentHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Content;
6use EditPage;
7
26 public function onEditPageGetPreviewContent( $editPage, &$content );
27}
The edit page/HTML interface (split from Article) The actual database and text munging is still in Ar...
Definition EditPage.php:103
Base interface for content objects.
Definition Content.php:35
This is a hook handler interface, see docs/Hooks.md.
onEditPageGetPreviewContent( $editPage, &$content)
Use this hook to modify the wikitext that will be previewed.
$content
Definition router.php:76