Extension:Wikibase Repository/Hooks/GetEntityContentModelForTitle

Category:Extension hooks#GetEntityContentModelForTitle
GetEntityContentModelForTitle
Available from version ??? (Gerrit change 507910)

Define function:
public static function onGetEntityContentModelForTitle( Title $title, &$contentModel ) { ... }
Attach hook:
$wgHooks['GetEntityContentModelForTitle'][] = 'MyExtensionHooks::onGetEntityContentModelForTitle';
Called from:File(s): Category:Extension hooks provided by Wikibase RepositoryWikibase Repository / repo/includes/Content/EntityContentFactory.php

For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:GetEntityContentModelForTitle extensions.

Category:Extension hooks Category:Extension hooks provided by Wikibase Repository