MediaWiki REL1_35
ContentHandlerForModelIDHook.php
Go to the documentation of this file.
1<?php
2
4
6
23 public function onContentHandlerForModelID( $modeName, &$handler );
24}
A content handler knows how do deal with a specific type of content on a wiki page.
onContentHandlerForModelID( $modeName, &$handler)
This hook is called when a ContentHandler is requested for a given content model name,...