MediaWiki master
ContentHandlerForModelIDHook.php
Go to the documentation of this file.
1<?php
2
4
6
26 public function onContentHandlerForModelID( $modelName, &$handler );
27}
A content handler knows how do deal with a specific type of content on a wiki page.
This is a hook handler interface, see docs/Hooks.md.
onContentHandlerForModelID( $modelName, &$handler)
This hook is called when a ContentHandler is requested for a given content model name,...