MediaWiki REL1_35
ContentModelCanBeUsedOnHook.php
Go to the documentation of this file.
1<?php
2
4
5use Title;
6
26 public function onContentModelCanBeUsedOn( $contentModel, $title, &$ok );
27}
Represents a title within MediaWiki.
Definition Title.php:42
onContentModelCanBeUsedOn( $contentModel, $title, &$ok)
Use this hook to determine whether a content model can be used on a given page.