MediaWiki REL1_39
ParserOutputStashForEditHook.php
Go to the documentation of this file.
1<?php
2
4
5use Content;
7use User;
8use WikiPage;
9
31 public function onParserOutputStashForEdit( $page, $content, $output, $summary,
32 $user
33 );
34}
internal since 1.36
Definition User.php:70
Base representation for an editable wiki page.
Definition WikiPage.php:62
Base interface for content objects.
Definition Content.php:35
This is a hook handler interface, see docs/Hooks.md.
onParserOutputStashForEdit( $page, $content, $output, $summary, $user)
This hook is called when an edit stash parse finishes, before the output is cached.
$content
Definition router.php:76