MediaWiki master
Collation__factoryHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
6use Collation;
7
26 public function onCollation__factory( $collationName, &$collationObject );
27}
This is a hook handler interface, see docs/Hooks.md.
onCollation__factory( $collationName, &$collationObject)
This hook is called if $wgCategoryCollation is an unknown collation.