MediaWiki master
ConvertContentHook.php
Go to the documentation of this file.
1<?php
2
4
6
30 public function onConvertContent( $content, $toModel, $lossy, &$result );
31}
Content objects represent page content, e.g.
Definition Content.php:42
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...