Special:Listredirects - Lists all the redirects on the wiki.
getQueryInfo()
Subclasses return an SQL query here, formatted as an array with the following keys: tables => Table(s...
isExpensive()
Is this query expensive (for some definition of expensive)? Then we don't let it run in miser mode.
__construct( $name='Listredirects')
getGroupName()
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-gro...
isSyndicated()
Sometime we don't want to build rss / atom feeds.
sortDescending()
Override to sort by increasing values.
formatResult( $skin, $result)
preprocessResults( $db, $res)
Cache page existence for performance.
getOrderFields()
Subclasses return an array of fields to order by here.
This is a class for doing query pages; since they're almost all the same, we factor out some of the f...
getLanguage()
Shortcut to get user's language.
MediaWiki Linker LinkRenderer null $linkRenderer
static factory(Title $title)
Create a WikiPage object of the appropriate class for the given title.