|
MediaWiki REL1_35
|
Stable to implement. More...

Public Member Functions | |
| onCollation__factory ( $collationName, &$collationObject) | |
| This hook is called if $wgCategoryCollation is an unknown collation. | |
Stable to implement.
Definition at line 12 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.