MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onCollation__factory ( $collationName, &$collationObject) | |
This hook is called if $wgCategoryCollation is an unknown collation. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "Collation::factory" to register handlers implementing this interface.
Definition at line 15 of file Collation__factoryHook.php.
MediaWiki\Hook\Collation__factoryHook::onCollation__factory | ( | $collationName, | |
& | $collationObject ) |
This hook is called if $wgCategoryCollation is an unknown collation.
string | $collationName | Name of the collation in question |
Collation | null | &$collationObject | Null. Replace with a subclass of the Collation class that implements the collation given in $collationName. |
Implemented in MediaWiki\HookContainer\HookRunner.