MediaWiki master
ConvertContentHook.php
Go to the documentation of this file.
1<?php
2
4
5use Content;
6
30 public function onConvertContent( $content, $toModel, $lossy, &$result );
31}
Base interface for representing page content.
Definition Content.php:37
This is a hook handler interface, see docs/Hooks.md.
onConvertContent( $content, $toModel, $lossy, &$result)
This hook is called by AbstractContent::convert when a conversion to another content model is request...