MediaWiki master
ParserOutputStashForEditHook.php
Go to the documentation of this file.
1<?php
2
4
5use Content;
8use WikiPage;
9
31 public function onParserOutputStashForEdit( $page, $content, $output, $summary,
32 $user
33 );
34}
ParserOutput is a rendering of a Content object or a message.
internal since 1.36
Definition User.php:93
Base representation for an editable wiki page.
Definition WikiPage.php:79
Base interface for representing page content.
Definition Content.php:37
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.