Manual:Collation.php
MediaWiki file: Collation.php | |
---|---|
Location: | includes/collation/ |
Source code: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes: | Collation |
Details
editCollation.php contains an abstract class for performing database row sorting.
Public methods
editAbstract
edit- getSortKey() - Convert string to key that can be used for sorting.
- getFirstLetter()
Deprecated
edit- singleton() - See MediaWikiServices ::getInstance()->getCollationFactory()->getCategoryCollation() instead
- factory() - See MediaWikiServices ::getInstance()->getCollationFactory()->makeCollation() instead
Extended by
editSee also
edit- Manual:$wgCategoryCollation - Controls what type of collation is used for categories.
- Manual:CollationFactory.php