MediaWiki  1.33.0
SpecialPage Class Reference

Parent class for all special pages. More...

Inheritance diagram for SpecialPage:
Collaboration diagram for SpecialPage:

Public Member Functions

 __construct ( $name='', $restriction='', $listed=true, $function=false, $file='', $includable=false)
 Default constructor for special pages Derivative classes should call this from their constructor Note that if the user does not have the required level, an error message will be displayed by the default execute() method, without the global function ever being called. More...
 
 addHelpLink ( $to, $overrideBaseUrl=false)
 Adds help link with an icon via page indicators. More...
 
 checkPermissions ()
 Checks if userCanExecute, and if not throws a PermissionsError. More...
 
 checkReadOnly ()
 If the wiki is currently in readonly mode, throws a ReadOnlyError. More...
 
 displayRestrictionError ()
 Output an error message telling the user what access level they have to have. More...
 
 doesWrites ()
 Indicates whether this special page may perform database writes. More...
 
 execute ( $subPage)
 Default execute method Checks user permissions. More...
 
 getConfig ()
 Shortcut to get main config object. More...
 
 getContext ()
 Gets the context this SpecialPage is executed in. More...
 
 getDescription ()
 Returns the name that goes in the \<h1\> in the special page itself, and also the name that will be listed in Special:Specialpages. More...
 
 getFinalGroupName ()
 Get the group that the special page belongs in on Special:SpecialPage Use this method, instead of getGroupName to allow customization of the group name from the wiki side. More...
 
 getFullTitle ()
 Return the full title, including $par. More...
 
 getLanguage ()
 Shortcut to get user's language. More...
 
 getLinkRenderer ()
 
 getLocalName ()
 Get the localised name of the special page. More...
 
 getName ()
 Get the name of this Special Page. More...
 
 getOutput ()
 Get the OutputPage being used for this instance. More...
 
 getPageTitle ( $subpage=false)
 Get a self-referential title object. More...
 
 getRequest ()
 Get the WebRequest being used for this instance. More...
 
 getRestriction ()
 Get the permission that a user must have to execute this page. More...
 
 getSkin ()
 Shortcut to get the skin being used for this instance. More...
 
 getTitle ( $subpage=false)
 Get a self-referential title object. More...
 
 getUser ()
 Shortcut to get the User executing this instance. More...
 
 including ( $x=null)
 Whether the special page is being evaluated via transclusion. More...
 
 isCached ()
 Is this page cached? Expensive pages are cached or disabled in miser mode. More...
 
 isExpensive ()
 Is this page expensive (for some definition of expensive)? Expensive pages are disabled or cached in miser mode. More...
 
 isIncludable ()
 Whether it's allowed to transclude the special page via {{Special:Foo/params}}. More...
 
 isListed ()
 Whether this special page is listed in Special:SpecialPages. More...
 
 isRestricted ()
 Can be overridden by subclasses with more complicated permissions schemes. More...
 
 listed ( $x=null)
 Get or set whether this special page is listed in Special:SpecialPages. More...
 
 maxIncludeCacheTime ()
 How long to cache page when it is being included. More...
 
 msg ( $key)
 Wrapper around wfMessage that sets the current context. More...
 
 outputHeader ( $summaryMessageKey='')
 Outputs a summary message on top of special pages Per default the message key is the canonical name of the special page May be overridden, i.e. More...
 
 prefixSearchSubpages ( $search, $limit, $offset)
 Return an array of subpages beginning with $search that this special page will accept. More...
 
 requireLogin ( $reasonMsg='exception-nologin-text', $titleMsg='exception-nologin')
 If the user is not logged in, throws UserNotLoggedIn error. More...
 
 run ( $subPage)
 Entry point. More...
 
 setContext ( $context)
 Sets the context this SpecialPage is executed in. More...
 
 setHeaders ()
 Sets headers - this should be called from the execute() method of all derived classes! More...
 
 setLinkRenderer (LinkRenderer $linkRenderer)
 
 setListed ( $listed)
 Set whether this page is listed in Special:Specialpages, at run-time. More...
 
 userCanExecute (User $user)
 Checks if the given user (identified by an object) can execute this special page (as defined by $mRestriction). More...
 

Static Public Member Functions

static getSafeTitleFor ( $name, $subpage=false)
 Get a localised Title object for a page name with a possibly unvalidated subpage. More...
 
static getTitleFor ( $name, $subpage=false, $fragment='')
 Get a localised Title object for a specified special page name If you don't need a full Title object, consider using TitleValue through getTitleValueFor() below. More...
 
static getTitleValueFor ( $name, $subpage=false, $fragment='')
 Get a localised TitleValue object for a specified special page name. More...
 

Protected Member Functions

 addFeedLinks ( $params)
 Adds RSS/atom links. More...
 
 afterExecute ( $subPage)
 Gets called after. More...
 
 beforeExecute ( $subPage)
 Gets called before. More...
 
 buildPrevNextNavigation ( $offset, $limit, array $query=[], $atend=false, $subpage=false)
 Generate (prev x| next x) (20|50|100...) type links for paging. More...
 
 checkLoginSecurityLevel ( $level=null)
 Verifies that the user meets the security level, possibly reauthenticating them in the process. More...
 
 getCacheTTL ()
 
 getGroupName ()
 Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'. More...
 
 getLoginSecurityLevel ()
 Tells if the special page does something security-sensitive and needs extra defense against a stolen account (e.g. More...
 
 getRobotPolicy ()
 Return the robot policy. More...
 
 getSubpagesForPrefixSearch ()
 Return an array of subpages that this special page will accept for prefix searches. More...
 
 prefixSearchString ( $search, $limit, $offset)
 Perform a regular substring search for prefixSearchSubpages. More...
 
 setReauthPostData (array $data)
 Record preserved POST data after a reauthentication. More...
 
 useTransactionalTimeLimit ()
 Call wfTransactionalTimeLimit() if this request was POSTed. More...
 

Static Protected Member Functions

static prefixSearchArray ( $search, $limit, array $subpages, $offset)
 Helper function for implementations of prefixSearchSubpages() that filter the values in memory (as opposed to making a query). More...
 

Protected Attributes

IContextSource $mContext
 Current request context. More...
 
 $mIncludable
 
 $mIncluding
 
 $mName
 
 $mRestriction
 

Private Member Functions

 numLink ( $offset, $limit, array $query, $link, $tooltipMsg, $class, $subpage=false)
 Helper function for buildPrevNextNavigation() that generates links. More...
 

Private Attributes

MediaWiki Linker LinkRenderer null $linkRenderer
 
 $mListed
 
 $mLocalName
 

Detailed Description

Parent class for all special pages.

Includes some static functions for handling the special page list deprecated in favor of SpecialPageFactory.

Definition at line 36 of file SpecialPage.php.

Constructor & Destructor Documentation

◆ __construct()

SpecialPage::__construct (   $name = '',
  $restriction = '',
  $listed = true,
  $function = false,
  $file = '',
  $includable = false 
)

Default constructor for special pages Derivative classes should call this from their constructor Note that if the user does not have the required level, an error message will be displayed by the default execute() method, without the global function ever being called.

If you override execute(), you can recover the default behavior with userCanExecute() and displayRestrictionError()

Parameters
string$nameName of the special page, as seen in links and URLs
string$restrictionUser right required, e.g. "block" or "delete"
bool$listedWhether the page is listed in Special:Specialpages
callable | bool$functionUnused
string$fileUnused
bool$includableWhether the page can be included in normal pages

Definition at line 138 of file SpecialPage.php.

References $name.

Member Function Documentation

◆ addFeedLinks()

SpecialPage::addFeedLinks (   $params)
protected

Adds RSS/atom links.

Parameters
array$params

Definition at line 814 of file SpecialPage.php.

References $params, as, getConfig(), getOutput(), wfAppendQuery(), and wfScript().

Referenced by SpecialContributions\execute(), SpecialRecentChanges\outputFeedLinks(), and SpecialWatchlist\outputFeedLinks().

◆ addHelpLink()

◆ afterExecute()

SpecialPage::afterExecute (   $subPage)
protected

Gets called after.

See also
SpecialPage::execute.
Since
1.20
Parameters
string | null$subPage

Reimplemented in ProxySpecialPage, and SpecialCachedPage.

Definition at line 603 of file SpecialPage.php.

Referenced by run().

◆ beforeExecute()

SpecialPage::beforeExecute (   $subPage)
protected

Gets called before.

See also
SpecialPage::execute. Return false to prevent calling execute() (since 1.27+).
Since
1.20
Parameters
string | null$subPage
Returns
bool|void

Reimplemented in LoginSignupSpecialPage, ProxySpecialPage, AuthManagerSpecialPage, and SpecialUserLogin.

Definition at line 592 of file SpecialPage.php.

Referenced by run().

◆ buildPrevNextNavigation()

SpecialPage::buildPrevNextNavigation (   $offset,
  $limit,
array  $query = [],
  $atend = false,
  $subpage = false 
)
protected

Generate (prev x| next x) (20|50|100...) type links for paging.

Parameters
int$offset
int$limit
array$queryOptional URL query parameter string
bool$atendOptional param for specified if this is the last page
string | bool$subpageOptional param for specifying subpage
Returns
string

Definition at line 934 of file SpecialPage.php.

References $lang, $query, as, getLanguage(), msg(), and numLink().

Referenced by QueryPage\execute(), and SpecialSearch\showResults().

◆ checkLoginSecurityLevel()

SpecialPage::checkLoginSecurityLevel (   $level = null)
protected

Verifies that the user meets the security level, possibly reauthenticating them in the process.

This should be used when the page does something security-sensitive and needs extra defense against a stolen account (e.g. a reauthentication). The authentication framework will make an extra effort to make sure the user account is not compromised. What that exactly means will depend on the system and user settings; e.g. the user might be required to log in again unless their last login happened recently, or they might be given a second-factor challenge.

Calling this method will result in one if these actions:

  • return true: all good.
  • return false and set a redirect: caller should abort; the redirect will take the user to the login page for reauthentication, and back.
  • throw an exception if there is no way for the user to meet the requirements without using a different access method (e.g. this functionality is only available from a specific IP).

Note that this does not in any way check that the user is authorized to use this special page (use checkPermissions() for that).

Parameters
string | null$levelA security level. Can be an arbitrary string, defaults to the page name.
Returns
bool False means a redirect to the reauthentication page has been set and processing of the special page should be aborted.
Exceptions
ErrorPageErrorIf the security level cannot be met, even with reauthentication.

Definition at line 400 of file SpecialPage.php.

References $data, $query, $request, $title, MWCryptRand\generateHex(), getFullTitle(), getName(), getOutput(), getRequest(), getTitleFor(), PROTO_HTTPS, setReauthPostData(), wfArrayToCgi(), and wfMessage().

Referenced by FormSpecialPage\execute(), and execute().

◆ checkPermissions()

◆ checkReadOnly()

◆ displayRestrictionError()

SpecialPage::displayRestrictionError ( )

Output an error message telling the user what access level they have to have.

Exceptions
PermissionsError

Reimplemented in ProxySpecialPage.

Definition at line 298 of file SpecialPage.php.

Referenced by checkPermissions(), and QueryPage\execute().

◆ doesWrites()

◆ execute()

SpecialPage::execute (   $subPage)

Default execute method Checks user permissions.

This must be overridden by subclasses; it will be made abstract in a future version

Parameters
string | null$subPage

Reimplemented in ChangesListSpecialPage, LoginSignupSpecialPage, ProxySpecialPage, SpecialRecentChanges, SpecialPageData, SpecialChangeCredentials, SpecialUploadStash, DisabledSpecialPage, SpecialWatchlist, SpecialExpandTemplates, RedirectSpecialPage, SpecialLinkAccounts, SpecialUnlinkAccounts, SpecialReplaceText, SpecialRunJobs, QueryPage, FormSpecialPage, MIMEsearchPage, SpecialUpload, SpecialUndelete, SpecialNewpages, SpecialRevisionDelete, SpecialSearch, SpecialEmailUser, SpecialMergeHistory, FileDuplicateSearchPage, UnwatchedpagesPage, UserrightsPage, SpecialBotPasswords, MovePageForm, SpecialResetTokens, SpecialImport, SpecialEditTags, CategoryTreePage, SpecialPagesWithProp, SpecialAllPages, RandomPage, SpecialChangeEmail, LinkSearchPage, SpecialPrefixindex, SpecialTags, SpecialVersion, SpecialComparePages, SpecialWhatLinksHere, SpecialUnblock, DeletedContributionsPage, SpecialListGroupRights, SpecialInterwiki, SpecialBlockList, SpecialGoToInterwiki, SpecialAllMessages, SpecialExport, SpecialListUsers, SpecialPasswordPolicies, SpecialPreferences, SpecialAutoblockList, SpecialListGrants, SpecialTrackingCategories, WantedPagesPage, SpecialActiveUsers, SpecialContributions, SpecialStatistics, SpecialUserLogout, SpecialCategories, SpecialNewFiles, SpecialProtectedpages, SpecialProtectedtitles, SpecialSpecialpages, WithoutInterwikiPage, SpecialLog, SpecialApiHelp, SpecialBlankpage, SpecialApiSandbox, SpecialJavaScriptTest, SpecialListFiles, SpecialRenameuser, SpecialGadgets, SpecialCiteThisPage, SpecialNuke, SpecialCaptcha, SpecialEditWatchlist, SpecialBookSources, EmailConfirmation, and EmailInvalidation.

Definition at line 615 of file SpecialPage.php.

References checkLoginSecurityLevel(), checkPermissions(), getLoginSecurityLevel(), outputHeader(), and setHeaders().

Referenced by SpecialPageExecutor\getHTMLFromSpecialPage(), and run().

◆ getCacheTTL()

SpecialPage::getCacheTTL ( )
protected
Returns
int Seconds that this page can be cached

Reimplemented in SpecialRecentChanges, and SpecialNewpages.

Definition at line 219 of file SpecialPage.php.

Referenced by maxIncludeCacheTime().

◆ getConfig()

SpecialPage::getConfig ( )

Shortcut to get main config object.

Returns
Config
Since
1.24

Definition at line 764 of file SpecialPage.php.

References getContext().

Referenced by SpecialGadgetUsage\__construct(), SpecialWatchlist\__construct(), addFeedLinks(), SpecialPasswordReset\alterForm(), SpecialNewFiles\buildForm(), SpecialUnlockdb\checkExecutePermissions(), SpecialLockdb\checkExecutePermissions(), SpecialBotPasswords\checkExecutePermissions(), SpecialImport\doImport(), MovePageForm\doSubmit(), SpecialTags\doTagRow(), SpecialLog\execute(), SpecialContributions\execute(), SpecialTrackingCategories\execute(), SpecialListGrants\execute(), SpecialRunJobs\execute(), SpecialExport\execute(), SpecialAllMessages\execute(), SpecialPasswordPolicies\execute(), SpecialListGroupRights\execute(), DeletedContributionsPage\execute(), SpecialWhatLinksHere\execute(), LinkSearchPage\execute(), SpecialExpandTemplates\execute(), SpecialAllPages\execute(), SpecialWatchlist\execute(), SpecialImport\execute(), SpecialEmailUser\execute(), SpecialSearch\execute(), QueryPage\execute(), ChangesListSpecialPage\execute(), SpecialNewpages\feed(), SpecialNewpages\feedTitle(), UserrightsPage\fetchUser(), QueryPage\getDBLimit(), SpecialRecentChanges\getFeedQuery(), LoginSignupSpecialPage\getFieldDefinitions(), SpecialPageLanguage\getFormFields(), SpecialPasswordReset\getFormFields(), SpecialBlock\getFormFields(), SpecialStatistics\getGroupStats(), SpecialActiveUsers\getIntroText(), SpecialProtectedtitles\getLevelMenu(), SpecialProtectedpages\getLevelMenu(), QueryPage\getLimitOffset(), SpecialImport\getMappingFormPart(), QueryPage\getMaxResults(), UnusedimagesPage\getPageHeader(), SpecialExport\getPagesFromCategory(), SpecialExport\getPagesFromNamespace(), SpecialStatistics\getPageStats(), SpecialCiteThisPage\getParser(), SpecialPasswordReset\getPasswordReset(), ShortPagesPage\getQueryInfo(), UnusedimagesPage\getQueryInfo(), WantedPagesPage\getQueryInfo(), LinkSearchPage\getQueryInfo(), SpecialRemoveCredentials\getRequestBlacklist(), SpecialLinkAccounts\getRequestBlacklist(), SpecialUnlinkAccounts\getRequestBlacklist(), SpecialChangeCredentials\getRequestBlacklist(), SpecialResetTokens\getTokensList(), SpecialStatistics\getUserStats(), SpecialSearch\goResult(), ChangesListSpecialPage\includeRcFiltersApp(), QueryPage\isCached(), QueryPage\isExpensive(), SpecialBotPasswords\isListed(), ChangesListSpecialPage\isStructuredFilterUiEnabled(), LinkSearchPage\linkParameters(), maxIncludeCacheTime(), SpecialBlock\maybeAlterFormDefaults(), SpecialUnlockdb\onSubmit(), SpecialLockdb\onSubmit(), SpecialRecentChanges\optionsPanel(), SpecialRecentChanges\outputChangesList(), SpecialWatchlist\outputChangesList(), SpecialAllPages\outputHTMLForm(), SpecialListGroupRights\outputNamespaceProtectionInfo(), SpecialUploadStash\outputRemoteScaledThumb(), SpecialGadgetUsage\outputResults(), SpecialUploadStash\outputThumbFromStash(), SpecialBlock\preText(), SpecialUpload\processUpload(), SpecialUpload\processVerificationError(), ChangesListSpecialPage\registerFilters(), SpecialBotPasswords\save(), setHeaders(), SpecialWatchlist\setTopText(), MovePageForm\showForm(), SpecialImport\showForm(), SpecialUndelete\showHistory(), SpecialExpandTemplates\showHtmlPreview(), SpecialWhatLinksHere\showIndirectLinks(), SpecialUndelete\showRevision(), SpecialUndelete\undelete(), SpecialExport\validateLinkDepth(), and ChangesListSpecialPage\validateOptions().

◆ getContext()

SpecialPage::getContext ( )

Gets the context this SpecialPage is executed in.

Returns
IContextSource|RequestContext
Since
1.18

Definition at line 698 of file SpecialPage.php.

References $mContext, RequestContext\getMain(), and wfDebug().

Referenced by MergeHistoryPager\__construct(), SpecialLog\addHeader(), SpecialActiveUsers\buildForm(), SpecialBookSources\buildForm(), SpecialUndelete\diffHeader(), SpecialImport\doImport(), SpecialTags\doTagRow(), SpecialListFiles\execute(), SpecialApiHelp\execute(), SpecialCategories\execute(), SpecialNewFiles\execute(), SpecialContributions\execute(), SpecialStatistics\execute(), SpecialActiveUsers\execute(), SpecialAutoblockList\execute(), SpecialPreferences\execute(), SpecialExport\execute(), SpecialAllMessages\execute(), SpecialListUsers\execute(), SpecialBlockList\execute(), DeletedContributionsPage\execute(), SpecialUnblock\execute(), SpecialComparePages\execute(), LinkSearchPage\execute(), SpecialExpandTemplates\execute(), SpecialPagesWithProp\execute(), FileDuplicateSearchPage\execute(), SpecialEmailUser\execute(), CategoryTreePage\executeInputForm(), SpecialNewpages\form(), SpecialListGroupRights\formatPermissions(), PageQueryPage\formatResult(), FewestrevisionsPage\formatResult(), MostlinkedCategoriesPage\formatResult(), MostcategoriesPage\formatResult(), MostinterwikisPage\formatResult(), MostlinkedTemplatesPage\formatResult(), MostlinkedPage\formatResult(), UnwatchedpagesPage\formatResult(), ShortPagesPage\formatResult(), SpecialProtectedtitles\formatRow(), SpecialExpandTemplates\generateHtml(), AuthManagerSpecialPage\getAuthForm(), LoginSignupSpecialPage\getAuthForm(), SpecialEmailUser\getBlockedEmailError(), SpecialEditWatchlist\getClearForm(), getConfig(), SpecialUpload\getDupeWarning(), SpecialRecentChanges\getExtraOptions(), FormSpecialPage\getForm(), SpecialContributions\getForm(), getFullTitle(), getLanguage(), SpecialEditTags\getList(), SpecialRevisionDelete\getList(), SpecialEditWatchlist\getNormalForm(), getOutput(), WithoutInterwikiPage\getPageHeader(), MIMEsearchPage\getPageHeader(), SpecialEditWatchlist\getRawForm(), AuthManagerSpecialPage\getRequest(), getRequest(), getSkin(), SpecialUpload\getUploadForm(), getUser(), SpecialExpandTemplates\makeForm(), ChangesListSpecialPage\makeLegend(), ChangesListStringOptionsFilterGroup\modifyQuery(), ChangesListBooleanFilter\modifyQuery(), msg(), SpecialPrefixindex\namespacePrefixForm(), CategoryTreeHooks\onSpecialTrackingCategoriesGenerateCatLink(), SpecialPageLanguage\onSubmit(), SpecialChangeContentModel\onSubmit(), SpecialRecentChanges\outputChangesList(), SpecialWatchlist\outputChangesList(), SpecialAllPages\outputHTMLForm(), ImageQueryPage\outputResults(), SpecialTags\processCreateTagForm(), SpecialNuke\promptForm(), SpecialEmailUser\sendEmailForm(), AuthManagerSpecialPage\setRequest(), LoginSignupSpecialPage\setSessionUserForCurrentRequest(), SpecialLog\show(), SpecialTags\showActivateDeactivateForm(), SpecialAllPages\showChunk(), SpecialTags\showDeleteTagForm(), SpecialUndelete\showDiff(), UserrightsPage\showEditUserGroupsForm(), SpecialGadgets\showExportForm(), SpecialPermanentLink\showForm(), SpecialDiff\showForm(), SpecialInterwiki\showForm(), SpecialUndelete\showList(), SpecialProtectedpages\showOptions(), SpecialProtectedtitles\showOptions(), EmailConfirmation\showRequestForm(), SpecialPreferences\showResetForm(), LoginSignupSpecialPage\showReturnToPage(), LoginSignupSpecialPage\showSuccessPage(), SpecialTags\showTagList(), SpecialUploadStash\showUploads(), SpecialPreferences\submitReset(), SpecialUserLogin\successfulAction(), and SpecialEmailUser\userForm().

◆ getDescription()

SpecialPage::getDescription ( )

Returns the name that goes in the \<h1\> in the special page itself, and also the name that will be listed in Special:Specialpages.

Derived classes can override this, but usually it is easier to keep the default behavior.

Returns
string

Reimplemented in SpecialEditTags, ProxySpecialPage, SpecialDiff, SpecialCreateAccount, SpecialUserLogin, SpecialEmailUser, and SpecialInterwiki.

Definition at line 655 of file SpecialPage.php.

References msg().

Referenced by SpecialNewpages\feedTitle(), and setHeaders().

◆ getFinalGroupName()

SpecialPage::getFinalGroupName ( )

Get the group that the special page belongs in on Special:SpecialPage Use this method, instead of getGroupName to allow customization of the group name from the wiki side.

Returns
string Group of this special page
Since
1.21

Definition at line 857 of file SpecialPage.php.

References $name, getGroupName(), getName(), and msg().

◆ getFullTitle()

SpecialPage::getFullTitle ( )

◆ getGroupName()

SpecialPage::getGroupName ( )
protected

Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'.

Returns
string
Since
1.21

Reimplemented in ChangesListSpecialPage, SpecialBlock, SpecialUndelete, SpecialVersion, LoginSignupSpecialPage, UserrightsPage, MovePageForm, SpecialUpload, SpecialContributions, SpecialSearch, SpecialReplaceText, SpecialRevisionDelete, SpecialWhatLinksHere, SpecialExport, SpecialImport, SpecialNewpages, SpecialEmailUser, SpecialInterwiki, SpecialTags, SpecialEditTags, SpecialRenameuser, SpecialBotPasswords, SpecialAllPages, SpecialNuke, SpecialMergeHistory, SpecialRedirect, MediaStatisticsPage, SpecialLog, SpecialRandomInCategory, SpecialStatistics, SpecialExpandTemplates, SpecialPrefixindex, SpecialPageLanguage, SpecialChangeContentModel, SpecialListGroupRights, SpecialUnblock, SpecialGadgetUsage, FileDuplicateSearchPage, SpecialGadgets, LinkSearchPage, DeletedContributionsPage, MIMEsearchPage, SpecialPagesWithProp, DoubleRedirectsPage, ProxySpecialPage, CategoryTreePage, SpecialBlockList, SpecialNewFiles, SpecialBookSources, SpecialChangeEmail, SpecialJavaScriptTest, SpecialProtectedpages, SpecialPasswordPolicies, RandomPage, BrokenRedirectsPage, ShortPagesPage, SpecialProtectedtitles, SpecialPasswordReset, SpecialComparePages, SpecialActiveUsers, SpecialCreateAccount, SpecialAutoblockList, SpecialPreferences, SpecialUserLogin, SpecialResetTokens, WantedFilesPage, ListredirectsPage, UnwatchedpagesPage, MostlinkedPage, MostlinkedTemplatesPage, SpecialTrackingCategories, WantedCategoriesPage, SpecialAllMessages, SpecialDiff, SpecialLockdb, MostinterwikisPage, MostcategoriesPage, WithoutInterwikiPage, AncientPagesPage, SpecialUserLogout, FewestrevisionsPage, ListDuplicatedFilesPage, LonelyPagesPage, MostlinkedCategoriesPage, WantedPagesPage, UnusedtemplatesPage, SpecialUnlockdb, DeadendPagesPage, SpecialListGrants, UnusedimagesPage, UnusedCategoriesPage, SpecialCiteThisPage, UncategorizedPagesPage, SpecialListFiles, SpecialPermanentLink, SpecialGoToInterwiki, SpecialListUsers, MostimagesPage, SpecialCategories, UncategorizedImagesPage, WantedTemplatesPage, SpecialFilepath, SpecialApiSandbox, SpecialOATH, LongPagesPage, MostrevisionsPage, SpecialUnlinkAccounts, SpecialChangeCredentials, and SpecialLinkAccounts.

Definition at line 890 of file SpecialPage.php.

Referenced by getFinalGroupName().

◆ getLanguage()

SpecialPage::getLanguage ( )

Shortcut to get user's language.

Returns
Language
Since
1.19

Definition at line 755 of file SpecialPage.php.

References getContext().

Referenced by SpecialEditTags\buildCheckBoxes(), buildPrevNextNavigation(), SpecialEditWatchlist\buildRemoveLine(), SpecialVersion\compare(), SpecialUndelete\diffHeader(), SpecialWatchlist\doHeader(), SpecialReplaceText\doSpecialReplaceText(), SpecialTags\doTagRow(), SpecialUserLogout\execute(), SpecialTrackingCategories\execute(), SpecialAllMessages\execute(), LinkSearchPage\execute(), SpecialAllPages\execute(), FileDuplicateSearchPage\execute(), LoginSignupSpecialPage\execute(), QueryPage\execute(), SpecialJavaScriptTest\exportQUnit(), SpecialNewpages\filterLinks(), SpecialMyLanguage\findTitle(), SpecialUndelete\formatFileRow(), SpecialListGroupRights\formatPermissions(), SpecialPasswordPolicies\formatPolicies(), WantedQueryPage\formatResult(), FewestrevisionsPage\formatResult(), UnusedtemplatesPage\formatResult(), MostlinkedCategoriesPage\formatResult(), MostcategoriesPage\formatResult(), MostinterwikisPage\formatResult(), AncientPagesPage\formatResult(), WantedCategoriesPage\formatResult(), MostlinkedTemplatesPage\formatResult(), BrokenRedirectsPage\formatResult(), MostlinkedPage\formatResult(), UnwatchedpagesPage\formatResult(), DoubleRedirectsPage\formatResult(), ListredirectsPage\formatResult(), ShortPagesPage\formatResult(), SpecialGadgetUsage\formatResult(), SpecialPagesWithProp\formatResult(), MIMEsearchPage\formatResult(), FileDuplicateSearchPage\formatResult(), SpecialMergeHistory\formatRevisionRow(), SpecialUndelete\formatRevisionRow(), SpecialProtectedtitles\formatRow(), SpecialNewpages\formatRow(), SpecialCachedPage\getCacheKey(), SpecialVersion\getCreditsForExtension(), SpecialStatistics\getEditStats(), SpecialVersion\getEntryPointInfo(), MediaStatisticsPage\getExtensionList(), SpecialUndelete\getFileLink(), SpecialWhatLinksHere\getFilterPanel(), SpecialPageLanguage\getFormFields(), SpecialBotPasswords\getFormFields(), SpecialStatistics\getGroupStats(), SpecialEditWatchlist\getNormalForm(), SpecialStatistics\getOtherStats(), SpecialUndelete\getPageLink(), SpecialStatistics\getPageStats(), SpecialWhatLinksHere\getPrevNext(), DeletedContributionsPage\getSubTitle(), SpecialStatistics\getUserStats(), UserrightsPage\groupCheckboxes(), SpecialWhatLinksHere\listItem(), SpecialVersion\listToText(), LoginSignupSpecialPage\makeLanguageSelector(), LoginSignupSpecialPage\makeLanguageSelectorLink(), SpecialRecentChanges\optionsPanel(), SpecialEditWatchlist\outputSubtitle(), SpecialNewpages\parseParams(), SpecialBlock\postText(), SpecialUpload\processVerificationError(), SpecialAllPages\showChunk(), SpecialEditTags\showConvenienceLinks(), SpecialRevisionDelete\showConvenienceLinks(), UserrightsPage\showEditUserGroupsForm(), SpecialUndelete\showFileConfirmationForm(), MovePageForm\showForm(), SpecialEditTags\showForm(), SpecialRevisionDelete\showForm(), SpecialUndelete\showList(), SpecialGadgets\showMainForm(), EmailConfirmation\showRequestForm(), SpecialUndelete\showRevision(), MovePageForm\showSubpagesList(), SpecialRevisionDelete\tryShowFile(), and SpecialWhatLinksHere\wlhLink().

◆ getLinkRenderer()

SpecialPage::getLinkRenderer ( )
Since
1.28
Returns
\MediaWiki\Linker\LinkRenderer

Definition at line 908 of file SpecialPage.php.

References $linkRenderer.

Referenced by SpecialEditWatchlist\buildRemoveLine(), SpecialContributions\contributionsSub(), SpecialUndelete\diffHeader(), SpecialWatchlist\doHeader(), MovePageForm\doSubmit(), SpecialTags\doTagRow(), SpecialRenameuser\execute(), SpecialCategories\execute(), SpecialProtectedpages\execute(), SpecialTrackingCategories\execute(), SpecialPasswordPolicies\execute(), SpecialListGroupRights\execute(), SpecialNewpages\filterLinks(), PageQueryPage\formatResult(), WantedQueryPage\formatResult(), FewestrevisionsPage\formatResult(), UnusedtemplatesPage\formatResult(), MostlinkedCategoriesPage\formatResult(), UnusedCategoriesPage\formatResult(), MostcategoriesPage\formatResult(), MostinterwikisPage\formatResult(), UncategorizedCategoriesPage\formatResult(), AncientPagesPage\formatResult(), WantedCategoriesPage\formatResult(), MostlinkedTemplatesPage\formatResult(), BrokenRedirectsPage\formatResult(), MostlinkedPage\formatResult(), UnwatchedpagesPage\formatResult(), DoubleRedirectsPage\formatResult(), ListredirectsPage\formatResult(), ShortPagesPage\formatResult(), SpecialPagesWithProp\formatResult(), MIMEsearchPage\formatResult(), FileDuplicateSearchPage\formatResult(), LinkSearchPage\formatResult(), SpecialMergeHistory\formatRevisionRow(), SpecialUndelete\formatRevisionRow(), SpecialProtectedtitles\formatRow(), SpecialNewpages\formatRow(), SpecialVersion\getCreditsForExtension(), LoginSignupSpecialPage\getFieldDefinitions(), SpecialUnblock\getFields(), SpecialUndelete\getFileLink(), SpecialEmailUser\getFormFields(), SpecialBotPasswords\getFormFields(), SpecialStatistics\getGroupStats(), SpecialUndelete\getPageLink(), SpecialStatistics\getPageStats(), DeletedContributionsPage\getSubTitle(), SpecialUpload\getUploadForm(), SpecialStatistics\getUserStats(), SpecialVersion\listAuthors(), SpecialNuke\listForm(), SpecialWhatLinksHere\listItem(), LoginSignupSpecialPage\load(), LoginSignupSpecialPage\makeLanguageSelectorLink(), SpecialRecentChanges\makeOptionsLink(), SpecialWhatLinksHere\makeSelfLink(), SpecialInterwiki\makeTable(), MostlinkedPage\makeWlhLink(), WantedQueryPage\makeWlhLink(), MostlinkedTemplatesPage\makeWlhLink(), SpecialMergeHistory\merge(), NukeHooks\nukeContributionsLinks(), RenameuserHooks\onContributionsToolLinks(), SpecialListGroupRights\outputNamespaceProtectionInfo(), SpecialSpecialpages\outputPageList(), SpecialEditWatchlist\outputSubtitle(), MediaStatisticsPage\outputTableRow(), SpecialBlock\postText(), SpecialLog\show(), SpecialAllPages\showChunk(), SpecialEditTags\showConvenienceLinks(), SpecialRevisionDelete\showConvenienceLinks(), SpecialRevisionDelete\showForm(), SpecialWhatLinksHere\showIndirectLinks(), SpecialInterwiki\showList(), SpecialUndelete\showList(), SpecialGadgets\showMainForm(), SpecialPrefixindex\showPrefixChunk(), SpecialSearch\showResults(), SpecialUndelete\showRevision(), SpecialChangeCredentials\showSubpageList(), MovePageForm\showSubpagesList(), SpecialEditWatchlist\showTitles(), SpecialUploadStash\showUploads(), SpecialUpload\showUploadWarning(), SpecialUpload\showViewDeletedLinks(), SpecialUndelete\undelete(), and SpecialWhatLinksHere\wlhLink().

◆ getLocalName()

SpecialPage::getLocalName ( )

Get the localised name of the special page.

Returns
string

Reimplemented in ProxySpecialPage.

Definition at line 236 of file SpecialPage.php.

References $mLocalName.

◆ getLoginSecurityLevel()

SpecialPage::getLoginSecurityLevel ( )
protected

Tells if the special page does something security-sensitive and needs extra defense against a stolen account (e.g.

a reauthentication). What exactly that will mean is decided by the authentication framework.

Returns
bool|string False or the argument for AuthManager::securitySensitiveOperationStatus(). Typically a special page needing elevated security would return its name here.

Reimplemented in SpecialCreateAccount, SpecialChangeEmail, SpecialBotPasswords, AuthManagerSpecialPage, SpecialUserLogin, SpecialDisableOATHForUser, and SpecialUnlinkAccounts.

Definition at line 354 of file SpecialPage.php.

Referenced by FormSpecialPage\execute(), and execute().

◆ getName()

SpecialPage::getName ( )

Get the name of this Special Page.

Returns
string

Reimplemented in SpecialDiff, and ProxySpecialPage.

Definition at line 152 of file SpecialPage.php.

References $mName.

Referenced by addHelpLink(), checkLoginSecurityLevel(), RandomPage\execute(), QueryPage\execute(), QueryPage\fetchFromCache(), QueryPage\getCachedTimestamp(), SpecialRecentChanges\getExtraOptions(), getFinalGroupName(), FormSpecialPage\getForm(), SpecialEmailUser\getFormFields(), SpecialDisableOATHForUser\getLoginSecurityLevel(), AuthManagerSpecialPage\getLoginSecurityLevel(), SpecialBotPasswords\getLoginSecurityLevel(), SpecialChangeEmail\getLoginSecurityLevel(), FormSpecialPage\getMessagePrefix(), QueryPage\getRecacheDB(), SpecialMypage\getRedirect(), SpecialMytalk\getRedirect(), SpecialMyuploads\getRedirect(), SpecialAllMyUploads\getRedirect(), SpecialMycontributions\getRedirect(), AuthManagerSpecialPage\getToken(), AuthManagerSpecialPage\handleReauthBeforeExecute(), AuthManagerSpecialPage\handleReturnBeforeExecute(), LoginSignupSpecialPage\mainLoginForm(), SpecialBlock\maybeAlterFormDefaults(), SpecialDisableOATHForUser\onSubmit(), SpecialLockdb\onSubmit(), SpecialOATHDisable\onSubmit(), SpecialOATHEnable\onSubmit(), SpecialBotPasswords\onSubmit(), SpecialChangeEmail\onSuccess(), outputHeader(), SpecialEditWatchlist\outputSubtitle(), QueryPage\recache(), ChangesListSpecialPage\runMainQueryHook(), SpecialBotPasswords\save(), LoginSignupSpecialPage\showSuccessPage(), and SpecialCreateAccount\successfulAction().

◆ getOutput()

SpecialPage::getOutput ( )

Get the OutputPage being used for this instance.

Returns
OutputPage
Since
1.18

Definition at line 725 of file SpecialPage.php.

References getContext().

Referenced by MediaWiki\Widget\Search\InterwikiSearchResultSetWidget\__construct(), SpecialCachedPage\addCachedHTML(), addFeedLinks(), SpecialLog\addHeader(), addHelpLink(), SpecialRecentChanges\addModules(), ChangesListSpecialPage\addModules(), SpecialRevisionDelete\addUsageText(), SpecialPageLanguage\alterForm(), EmailConfirmation\attemptConfirm(), EmailInvalidation\attemptInvalidate(), SpecialUserLogin\beforeExecute(), AuthManagerSpecialPage\beforeExecute(), checkLoginSecurityLevel(), ChangesListSpecialPage\considerActionsForDefaultSavedQuery(), SpecialContributions\contributionsSub(), SpecialRedirect\dispatch(), SpecialNuke\doDelete(), SpecialRecentChanges\doHeader(), SpecialWatchlist\doHeader(), SpecialImport\doImport(), SpecialRecentChangesLinked\doMainQuery(), SpecialReplaceText\doSpecialReplaceText(), MovePageForm\doSubmit(), UserrightsPage\editUserGroupsForm(), SpecialInterwiki\error(), SpecialRenameuser\execute(), SpecialListFiles\execute(), SpecialApiSandbox\execute(), SpecialJavaScriptTest\execute(), SpecialApiHelp\execute(), SpecialBlankpage\execute(), SpecialLog\execute(), SpecialCategories\execute(), SpecialNewFiles\execute(), SpecialProtectedpages\execute(), SpecialProtectedtitles\execute(), SpecialSpecialpages\execute(), SpecialContributions\execute(), SpecialActiveUsers\execute(), SpecialStatistics\execute(), SpecialUserLogout\execute(), SpecialLinkAccounts\execute(), SpecialTrackingCategories\execute(), SpecialAutoblockList\execute(), SpecialListGrants\execute(), SpecialPasswordPolicies\execute(), SpecialPreferences\execute(), RedirectSpecialPage\execute(), SpecialRunJobs\execute(), SpecialAllMessages\execute(), SpecialExport\execute(), SpecialListUsers\execute(), SpecialGoToInterwiki\execute(), SpecialInterwiki\execute(), SpecialBlockList\execute(), SpecialBookSources\execute(), DeletedContributionsPage\execute(), SpecialListGroupRights\execute(), SpecialUnblock\execute(), SpecialReplaceText\execute(), SpecialWhatLinksHere\execute(), SpecialComparePages\execute(), EmailConfirmation\execute(), SpecialVersion\execute(), SpecialPrefixindex\execute(), LinkSearchPage\execute(), SpecialExpandTemplates\execute(), SpecialChangeEmail\execute(), RandomPage\execute(), SpecialAllPages\execute(), SpecialPagesWithProp\execute(), DisabledSpecialPage\execute(), CategoryTreePage\execute(), SpecialWatchlist\execute(), SpecialEditTags\execute(), SpecialImport\execute(), SpecialResetTokens\execute(), SpecialBotPasswords\execute(), SpecialChangeCredentials\execute(), SpecialPageData\execute(), UserrightsPage\execute(), SpecialEditWatchlist\execute(), UnwatchedpagesPage\execute(), FileDuplicateSearchPage\execute(), SpecialMergeHistory\execute(), SpecialEmailUser\execute(), SpecialSearch\execute(), SpecialRevisionDelete\execute(), SpecialNewpages\execute(), SpecialRecentChanges\execute(), SpecialUndelete\execute(), LoginSignupSpecialPage\execute(), QueryPage\execute(), ChangesListSpecialPage\execute(), SpecialEditWatchlist\executeViewEditWatchlist(), SpecialJavaScriptTest\exportQUnit(), SpecialEditTags\failure(), SpecialRevisionDelete\failure(), SpecialNewpages\feed(), SpecialNewpages\form(), SpecialLog\getActionButtons(), SpecialChangeCredentials\getAuthFormDescriptor(), SpecialVersion\getCreditsForExtension(), SpecialContributions\getForm(), SpecialBlock\getFormFields(), SpecialPageExecutor\getHTMLFromSpecialPage(), DeletedContributionsPage\getSubTitle(), AuthManagerSpecialPage\handleReauthBeforeExecute(), AuthManagerSpecialPage\handleReturnBeforeExecute(), ChangesListSpecialPage\includeRcFiltersApp(), SpecialVersion\listAuthors(), SpecialNuke\listForm(), LoginSignupSpecialPage\mainLoginForm(), SpecialInterwiki\makeTable(), SpecialBlock\maybeAlterFormDefaults(), SpecialMergeHistory\merge(), SpecialCachedPage\onCacheInitialized(), SpecialPermanentLink\onFormSubmit(), SpecialDiff\onFormSubmit(), SpecialRandomInCategory\onSubmit(), SpecialPageLanguage\onSubmit(), SpecialChangeContentModel\onSubmit(), SpecialInterwiki\onSubmit(), SpecialBotPasswords\onSubmit(), SpecialResetTokens\onSuccess(), SpecialUnlockdb\onSuccess(), SpecialLockdb\onSuccess(), SpecialDisableOATHForUser\onSuccess(), SpecialChangeEmail\onSuccess(), SpecialOATHDisable\onSuccess(), SpecialPasswordReset\onSuccess(), SpecialOATHEnable\onSuccess(), SpecialPageLanguage\onSuccess(), SpecialChangeContentModel\onSuccess(), SpecialBotPasswords\onSuccess(), SpecialBlock\onSuccess(), SpecialRecentChanges\outputChangesList(), SpecialWatchlist\outputChangesList(), outputHeader(), MediaStatisticsPage\outputMediaType(), SpecialListGroupRights\outputNamespaceProtectionInfo(), SpecialRecentChangesLinked\outputNoResults(), ChangesListSpecialPage\outputNoResults(), SpecialSpecialpages\outputPageList(), MediaStatisticsPage\outputResults(), SpecialEditWatchlist\outputSubtitle(), SpecialGadgetUsage\outputTableEnd(), MediaStatisticsPage\outputTableEnd(), MediaStatisticsPage\outputTableRow(), SpecialGadgetUsage\outputTableStart(), MediaStatisticsPage\outputTableStart(), ChangesListSpecialPage\outputTimeout(), SpecialReplaceText\pageListForm(), SpecialJavaScriptTest\plainQUnit(), SpecialBlock\postText(), SpecialPageLanguage\preText(), SpecialBlock\preText(), SpecialUpload\processUpload(), SpecialNuke\promptForm(), SpecialUndelete\redirectToRevDel(), SpecialEmailUser\sendEmailForm(), SpecialUserLogin\setHeaders(), setHeaders(), SpecialNewFiles\setTopText(), SpecialRecentChangesLinked\setTopText(), SpecialRecentChanges\setTopText(), SpecialWatchlist\setTopText(), SpecialSearch\setupPage(), SpecialLog\show(), SpecialTags\showActivateDeactivateForm(), SpecialAllPages\showChunk(), SpecialCiteThisPage\showCitations(), SpecialEditTags\showConvenienceLinks(), SpecialRevisionDelete\showConvenienceLinks(), SpecialSearch\showCreateLink(), SpecialTags\showDeleteTagForm(), SpecialUndelete\showDiff(), UserrightsPage\showEditUserGroupsForm(), QueryPage\showEmptyText(), SpecialGadgets\showExportForm(), SpecialUndelete\showFile(), SpecialUndelete\showFileConfirmationForm(), SpecialInterwiki\showForm(), SpecialPageData\showForm(), MovePageForm\showForm(), SpecialEditTags\showForm(), SpecialImport\showForm(), SpecialRevisionDelete\showForm(), SpecialReplaceText\showForm(), SpecialSearch\showGoogleSearch(), SpecialMergeHistory\showHistory(), SpecialUndelete\showHistory(), SpecialWhatLinksHere\showIndirectLinks(), FileDuplicateSearchPage\showList(), SpecialAutoblockList\showList(), SpecialBookSources\showList(), SpecialBlockList\showList(), SpecialInterwiki\showList(), SpecialUndelete\showList(), MovePageForm\showLogFragment(), SpecialGadgets\showMainForm(), SpecialMergeHistory\showMergeForm(), SpecialPrefixindex\showPrefixChunk(), EmailConfirmation\showRequestForm(), SpecialPreferences\showResetForm(), SpecialSearch\showResults(), SpecialUndelete\showRevision(), SpecialUndelete\showSearchForm(), SpecialChangeCredentials\showSubpageList(), MovePageForm\showSubpages(), MovePageForm\showSubpagesList(), LoginSignupSpecialPage\showSuccessPage(), SpecialTags\showTagList(), SpecialAutoblockList\showTotal(), SpecialUploadStash\showUpload(), SpecialUpload\showUploadForm(), SpecialUploadStash\showUploads(), SpecialUpload\showUploadWarning(), SpecialUpload\showViewDeletedLinks(), SpecialEditTags\submit(), SpecialRevisionDelete\submit(), SpecialPreferences\submitReset(), SpecialChangeCredentials\success(), SpecialEditTags\success(), SpecialRevisionDelete\success(), SpecialCreateAccount\successfulAction(), UserrightsPage\switchForm(), SpecialRevisionDelete\tryShowFile(), SpecialUndelete\undelete(), SpecialUpload\unsaveUploadedFile(), and ChangesListSpecialPage\validateOptions().

◆ getPageTitle()

SpecialPage::getPageTitle (   $subpage = false)

Get a self-referential title object.

Parameters
string | bool$subpage
Returns
Title
Since
1.23

Reimplemented in ProxySpecialPage.

Definition at line 678 of file SpecialPage.php.

References getTitleFor().

Referenced by SpecialActiveUsers\buildForm(), SpecialBookSources\buildForm(), SpecialCiteThisPage\citationTag(), ChangesListSpecialPage\considerActionsForDefaultSavedQuery(), SpecialUndelete\diffHeader(), SpecialRecentChanges\doHeader(), SpecialWatchlist\doHeader(), SpecialReplaceText\doSpecialReplaceText(), SpecialTags\doTagRow(), SpecialRenameuser\execute(), SpecialApiHelp\execute(), SpecialLinkAccounts\execute(), SpecialAutoblockList\execute(), SpecialBlockList\execute(), SpecialWhatLinksHere\execute(), LinkSearchPage\execute(), SpecialExpandTemplates\execute(), SpecialWatchlist\execute(), SpecialImport\execute(), SpecialChangeCredentials\execute(), FileDuplicateSearchPage\execute(), SpecialEmailUser\execute(), SpecialSearch\execute(), LoginSignupSpecialPage\execute(), CategoryTreePage\executeInputForm(), SpecialPageExecutor\executeSpecialPage(), SpecialNewpages\feed(), SpecialNewpages\filterLinks(), SpecialUndelete\formatFileRow(), SpecialUndelete\formatRevisionRow(), LoginSignupSpecialPage\getAuthForm(), SpecialEditWatchlist\getClearForm(), SpecialVersion\getCreditsForExtension(), SpecialContributions\getForm(), SpecialBotPasswords\getFormFields(), SpecialEditWatchlist\getNormalForm(), MIMEsearchPage\getPageHeader(), SpecialEditWatchlist\getRawForm(), UserrightsPage\getSuccessURL(), getTitle(), SpecialUpload\getUploadForm(), AuthManagerSpecialPage\handleReturnBeforeExecute(), SpecialVersion\listAuthors(), SpecialNuke\listForm(), LoginSignupSpecialPage\load(), LoginSignupSpecialPage\makeLanguageSelectorLink(), SpecialRecentChanges\makeOptionsLink(), SpecialInterwiki\makeTable(), SpecialPrefixindex\namespacePrefixForm(), numLink(), SpecialPermanentLink\onFormSubmit(), SpecialDiff\onFormSubmit(), SpecialInterwiki\onSubmit(), SpecialBotPasswords\onSubmit(), SpecialBotPasswords\onSuccess(), SpecialAllPages\outputHTMLForm(), SpecialReplaceText\pageListForm(), AuthManagerSpecialPage\performAuthenticationStep(), SpecialJavaScriptTest\plainQUnit(), SpecialTags\processCreateTagForm(), SpecialTags\processTagForm(), SpecialNuke\promptForm(), SpecialRecentChanges\setTopText(), SpecialWatchlist\setTopText(), SpecialSearch\setupPage(), SpecialTags\showActivateDeactivateForm(), SpecialAllPages\showChunk(), SpecialTags\showDeleteTagForm(), UserrightsPage\showEditUserGroupsForm(), SpecialUndelete\showFileConfirmationForm(), SpecialInterwiki\showForm(), MovePageForm\showForm(), SpecialEditTags\showForm(), SpecialImport\showForm(), SpecialRevisionDelete\showForm(), SpecialReplaceText\showForm(), SpecialMergeHistory\showHistory(), SpecialUndelete\showHistory(), SpecialInterwiki\showList(), SpecialUndelete\showList(), SpecialGadgets\showMainForm(), SpecialMergeHistory\showMergeForm(), SpecialPrefixindex\showPrefixChunk(), EmailConfirmation\showRequestForm(), SpecialPreferences\showResetForm(), SpecialUndelete\showRevision(), SpecialUndelete\showSearchForm(), SpecialTags\showTagList(), SpecialUploadStash\showUploads(), SpecialPreferences\submitReset(), SpecialCreateAccount\successfulAction(), UserrightsPage\switchForm(), SpecialRevisionDelete\tryShowFile(), ChangesListSpecialPage\validateOptions(), SpecialWhatLinksHere\whatlinkshereForm(), and SpecialWhatLinksHere\wlhLink().

◆ getRequest()

SpecialPage::getRequest ( )

Get the WebRequest being used for this instance.

Returns
WebRequest
Since
1.18

Reimplemented in AuthManagerSpecialPage.

Definition at line 715 of file SpecialPage.php.

References getContext().

Referenced by SpecialPasswordReset\alterForm(), SpecialBlock\alterForm(), SpecialChangeEmail\alterForm(), SpecialRevisionDelete\buildCheckBoxes(), SpecialActiveUsers\buildForm(), checkLoginSecurityLevel(), ChangesListSpecialPage\considerActionsForDefaultSavedQuery(), SpecialReplaceText\createJobsForTextReplacements(), SpecialRedirect\dispatchFile(), SpecialImport\doImport(), SpecialReplaceText\doSpecialReplaceText(), SpecialNuke\execute(), SpecialCiteThisPage\execute(), SpecialRenameuser\execute(), SpecialListFiles\execute(), SpecialApiHelp\execute(), SpecialLog\execute(), SpecialNewFiles\execute(), SpecialProtectedpages\execute(), SpecialProtectedtitles\execute(), SpecialCategories\execute(), WithoutInterwikiPage\execute(), SpecialContributions\execute(), SpecialUserLogout\execute(), SpecialActiveUsers\execute(), SpecialPreferences\execute(), SpecialRunJobs\execute(), SpecialExport\execute(), SpecialAllMessages\execute(), SpecialInterwiki\execute(), SpecialBlockList\execute(), SpecialBookSources\execute(), DeletedContributionsPage\execute(), SpecialUnblock\execute(), SpecialWhatLinksHere\execute(), SpecialPrefixindex\execute(), SpecialTags\execute(), LinkSearchPage\execute(), SpecialExpandTemplates\execute(), SpecialAllPages\execute(), RandomPage\execute(), SpecialPagesWithProp\execute(), SpecialWatchlist\execute(), CategoryTreePage\execute(), SpecialEditTags\execute(), SpecialImport\execute(), MovePageForm\execute(), SpecialPageData\execute(), UserrightsPage\execute(), SpecialEditWatchlist\execute(), FileDuplicateSearchPage\execute(), SpecialEmailUser\execute(), SpecialSearch\execute(), SpecialRevisionDelete\execute(), SpecialRecentChanges\execute(), MIMEsearchPage\execute(), ChangesListSpecialPage\execute(), CategoryTreePage\executeInputForm(), SpecialRevisionDelete\extractBitParams(), SpecialWatchlist\fetchOptionsFromRequest(), ChangesListSpecialPage\fetchOptionsFromRequest(), ChangesListSpecialPage\getDefaultOptions(), FormSpecialPage\getForm(), SpecialPasswordReset\getFormFields(), SpecialOATHDisable\getFormFields(), SpecialOATHEnable\getFormFields(), QueryPage\getLimitOffset(), SpecialNuke\getNewPages(), SpecialFilepath\getRedirect(), RedirectSpecialPage\getRedirectQuery(), SpecialReplaceText\getSelectedNamespaces(), SpecialEditWatchlist\getWatchlist(), SpecialVersion\IPInfo(), ChangesListSpecialPage\isStructuredFilterUiEnabled(), SpecialSearch\load(), SpecialUndelete\loadRequest(), SpecialUpload\loadRequest(), SpecialMergeHistory\loadRequestParams(), ChangesListSpecialPage\makeLegend(), SpecialBlock\maybeAlterFormDefaults(), SpecialDisableOATHForUser\onSubmit(), SpecialOATHDisable\onSubmit(), SpecialChangeContentModel\onSubmit(), SpecialOATHEnable\onSubmit(), SpecialInterwiki\onSubmit(), SpecialBotPasswords\onSubmit(), SpecialChangeEmail\onSuccess(), SpecialUpload\processUpload(), SpecialUndelete\redirectToRevDel(), SpecialBotPasswords\save(), SpecialSearch\saveNamespaces(), UserrightsPage\saveUserGroups(), SpecialChangeContentModel\setParameter(), SpecialBlock\setParameter(), SpecialRecentChanges\setTopText(), SpecialNewpages\setup(), UserrightsPage\showEditUserGroupsForm(), SpecialUndelete\showFile(), SpecialInterwiki\showForm(), SpecialRevisionDelete\showForm(), SpecialExpandTemplates\showHtmlPreview(), SpecialUndelete\showSearchForm(), SpecialCachedPage\startCache(), SpecialEditTags\submit(), SpecialRevisionDelete\submit(), SpecialPreferences\submitReset(), SpecialRevisionDelete\tryShowFile(), and useTransactionalTimeLimit().

◆ getRestriction()

SpecialPage::getRestriction ( )

Get the permission that a user must have to execute this page.

Returns
string

Reimplemented in ProxySpecialPage.

Definition at line 160 of file SpecialPage.php.

References $mRestriction.

◆ getRobotPolicy()

SpecialPage::getRobotPolicy ( )
protected

Return the robot policy.

Derived classes that override this can change the robot policy set by setHeaders() from the default 'noindex,nofollow'.

Returns
string
Since
1.23

Reimplemented in ProxySpecialPage.

Definition at line 785 of file SpecialPage.php.

Referenced by setHeaders().

◆ getSafeTitleFor()

static SpecialPage::getSafeTitleFor (   $name,
  $subpage = false 
)
static

Get a localised Title object for a page name with a possibly unvalidated subpage.

Parameters
string$name
string | bool$subpageSubpage string, or false to not use a subpage
Returns
Title|null Title object or null if the page doesn't exist

Definition at line 111 of file SpecialPage.php.

References $name, Title\makeTitleSafe(), and NS_SPECIAL.

Referenced by EmailNotification\composeCommonMailtext(), SpecialFilepath\getRedirect(), Skin\makeSpecialUrl(), and Skin\makeSpecialUrlSubpage().

◆ getSkin()

◆ getSubpagesForPrefixSearch()

SpecialPage::getSubpagesForPrefixSearch ( )
protected

Return an array of subpages that this special page will accept for prefix searches.

If this method requires a query you might instead want to implement prefixSearchSubpages() directly so you can support $limit and $offset. This method is better for static-ish lists of things.

Returns
string[] subpages to search from

Reimplemented in SpecialTags, SpecialRedirect, SpecialEditWatchlist, SpecialLog, SpecialWatchlist, SpecialListUsers, and SpecialInterwiki.

Definition at line 484 of file SpecialPage.php.

Referenced by prefixSearchSubpages().

◆ getTitle()

SpecialPage::getTitle (   $subpage = false)

Get a self-referential title object.

Parameters
string | bool$subpage
Returns
Title
Deprecated:
since 1.23, use SpecialPage::getPageTitle

Definition at line 666 of file SpecialPage.php.

References getPageTitle(), and wfDeprecated().

Referenced by SpecialTags\doTagRow(), SpecialUpload\getExistsWarning(), SpecialBlock\postText(), and SpecialRevisionDelete\showForm().

◆ getTitleFor()

static SpecialPage::getTitleFor (   $name,
  $subpage = false,
  $fragment = '' 
)
static

Get a localised Title object for a specified special page name If you don't need a full Title object, consider using TitleValue through getTitleValueFor() below.

Since
1.9
1.21 $fragment parameter added
Parameters
string$name
string | bool$subpageSubpage string, or false to not use a subpage
string$fragmentThe link fragment (after the "#")
Returns
Title
Exceptions
MWException

Definition at line 82 of file SpecialPage.php.

References $name, and Title\newFromTitleValue().

Referenced by ClearUserWatchlistJob\__construct(), FancyCaptcha\addCaptchaAPI(), EmailConfirmation\attemptConfirm(), SpecialUserLogin\beforeExecute(), Linker\blockLink(), SkinTemplate\buildContentNavigationUrls(), SkinTemplate\buildNavUrls(), SpecialEditWatchlist\buildRemoveLine(), SpecialEditWatchlist\buildTools(), MediaWiki\Auth\AuthManager\checkAccountCreatePermissions(), checkLoginSecurityLevel(), MediaWiki\Permissions\PermissionManager\checkReadPermissions(), ApiFormatBase\closePrinter(), DifferenceEngine\deletedLink(), SpecialTags\doTagRow(), Linker\emailLink(), TidyUpT39714\execute(), ApiHelp\execute(), SpecialUserLogout\execute(), SpecialPasswordPolicies\execute(), SpecialBlockList\execute(), SpecialListGroupRights\execute(), ApiFeedContributions\execute(), ApiFeedWatchlist\execute(), SpecialWatchlist\execute(), SpecialResetTokens\execute(), SpecialEditWatchlist\execute(), SpecialEditWatchlist\executeViewEditWatchlist(), OldChangesList\formatChangeLine(), LogFormatter\formatParameterValueForApi(), UnusedtemplatesPage\formatResult(), ListDuplicatedFilesPage\formatResult(), DeletedContribsPager\formatRevisionRow(), BlockListPager\formatValue(), ContentModelLogFormatter\getActionLinks(), MergeLogFormatter\getActionLinks(), MoveLogFormatter\getActionLinks(), DeleteLogFormatter\getActionLinks(), BlockLogFormatter\getActionLinks(), RevDelArchivedFileItem\getApiData(), RevDelFileItem\getApiData(), FancyCaptcha\getCaptchaInfo(), InfoAction\getContributors(), HistoryAction\getDescription(), RevDelArchiveItem\getDiffLink(), ApiFeedRecentChanges\getFeedObject(), LoginSignupSpecialPage\getFieldDefinitions(), SpecialUnblock\getFields(), FancyCaptcha\getFormInformation(), Title\getFullUrlForRedirect(), MWGrants\getGrantsLink(), SpecialStatistics\getGroupStats(), ApiHelp\getHelpInternal(), ChangeTagsLogItem\getHTML(), RevDelLogItem\getHTML(), RevDelArchivedFileItem\getLink(), RevDelFileItem\getLink(), RCCacheEntryFactory\getLogLink(), BlockLogFormatter\getMessageParameters(), ApiParamInfo\getModuleInfo(), InputBox\getMoveForm(), SearchNearMatcher\getNearMatchInternal(), SpecialStatistics\getPageStats(), getPageTitle(), TimelessTemplate\getPageTools(), ChangesListSpecialPage\getRcFiltersConfigVars(), ManualLogEntry\getRecentChange(), SpecialAllMyUploads\getRedirect(), SpecialMyuploads\getRedirect(), SpecialMycontributions\getRedirect(), SpecialRedirectToSpecial\getRedirect(), RevDelArchiveItem\getRevisionLink(), InputBox\getSearchForm(), InputBox\getSearchForm2(), Skin\getSearchLink(), LogEventsList\getShowHideLinks(), UploadStashFile\getSpecialUrl(), DeletedContributionsPage\getSubTitle(), MediaWiki\getTitle(), AllMessagesTablePager\getTitle(), ImageListPager\getTitle(), MediaWiki\Special\SpecialPageFactory\getTitleForAlias(), Skin\getUndeleteLink(), ImagePage\getUploadUrl(), Linker\getUploadUrl(), SpecialContributions\getUserLinks(), ExternalUserNames\getUserLinkTitle(), SpecialStatistics\getUserStats(), AuthManagerSpecialPage\handleReauthBeforeExecute(), ImageHistoryList\imageHistoryLine(), CreditsAction\link(), EnhancedChangesList\makeCacheGroupingKey(), GadgetHooks\makeLegacyWarning(), MostlinkedPage\makeWlhLink(), WantedQueryPage\makeWlhLink(), MostlinkedTemplatesPage\makeWlhLink(), RecentChangesUpdateJob\newCacheUpdateJob(), RecentChangesUpdateJob\newPurgeJob(), NukeHooks\nukeContributionsLinks(), RenameuserHooks\onContributionsToolLinks(), OATHAuthHooks\onGetPreferences(), CiteThisPageHooks\onSkinTemplateBuildNavUrlsNav_urlsAfterPermalink(), MarkpatrolledAction\onSubmit(), ConfirmEditHooks\onTitleReadWhitelist(), ImagePage\openShowImage(), SpecialListGroupRights\outputNamespaceProtectionInfo(), MediaStatisticsPage\outputTableRow(), InfoAction\pageInfo(), SpecialReplaceText\pageListForm(), MediaWiki\parseTitle(), MediaWiki\performRequest(), SpecialBlock\postText(), SkinTemplate\prepareQuickTemplate(), MediaWiki\Preferences\DefaultPreferencesFactory\profilePreferences(), LogFormatterTest\provideApiParamFormatting(), EnhancedChangesList\recentChangesBlockLine(), SpecialUndelete\redirectToRevDel(), CategoryTree\renderParents(), UserNotLoggedIn\report(), Linker\revDeleteLink(), LogPage\saveContent(), UserMailer\sendInternal(), McrUndoAction\show(), SpecialEditTags\showConvenienceLinks(), SpecialRevisionDelete\showConvenienceLinks(), SpecialGadgets\showExportForm(), SpecialReplaceText\showForm(), EditPage\showHeader(), SpecialInterwiki\showList(), LogEventsList\showOptions(), SpecialUpload\showUploadWarning(), SpecialUpload\showViewDeletedLinks(), CoreParserFunctions\special(), Linker\specialLink(), RevDelLogList\suggestTarget(), SpecialPageTest\testGetTitleFor(), SpecialPageTest\testGetTitleForWithWarning(), SpecialPageTest\testInvalidGetTitleFor(), RCFeedIntegrationTest\testNotify(), ExtraParserTest\testTrackingCategorySpecial(), MediaWiki\tryNormaliseRedirect(), ChangeTags\updateTagsWithChecks(), Linker\userToolLinks(), and MediaWiki\Preferences\DefaultPreferencesFactory\watchlistPreferences().

◆ getTitleValueFor()

static SpecialPage::getTitleValueFor (   $name,
  $subpage = false,
  $fragment = '' 
)
static

Get a localised TitleValue object for a specified special page name.

Since
1.28
Parameters
string$name
string | bool$subpageSubpage string, or false to not use a subpage
string$fragmentThe link fragment (after the "#")
Returns
TitleValue

Definition at line 97 of file SpecialPage.php.

References $name, and NS_SPECIAL.

Referenced by TagLogFormatter\getMessageParameters(), BlockListPager\getRestrictionListHTML(), Linker\normaliseSpecialPage(), and InfoAction\pageInfo().

◆ getUser()

SpecialPage::getUser ( )

Shortcut to get the User executing this instance.

Returns
User
Since
1.18

Definition at line 735 of file SpecialPage.php.

References getContext().

Referenced by UserrightsPage\addLogEntry(), SpecialRevisionDelete\addUsageText(), EmailConfirmation\attemptConfirm(), EmailInvalidation\attemptInvalidate(), SpecialNewFiles\buildForm(), SpecialInterwiki\canModify(), UserrightsPage\changeableGroups(), SpecialChangeEmail\checkExecutePermissions(), SpecialBotPasswords\checkExecutePermissions(), SpecialCreateAccount\checkPermissions(), checkPermissions(), SpecialEditWatchlist\cleanupWatchlist(), SpecialEditWatchlist\clearUserWatchedItems(), ChangesListSpecialPage\considerActionsForDefaultSavedQuery(), SpecialWatchlist\countItems(), SpecialReplaceText\createJobsForTextReplacements(), SpecialWatchlist\cutoffselector(), SpecialUndelete\diffHeader(), SpecialNuke\doDelete(), SpecialWatchlist\doHeader(), SpecialImport\doImport(), SpecialRecentChangesLinked\doMainQuery(), SpecialRecentChanges\doMainQuery(), SpecialWatchlist\doMainQuery(), UserrightsPage\doSaveUserGroups(), SpecialReplaceText\doSpecialReplaceText(), MovePageForm\doSubmit(), SpecialNuke\execute(), SpecialRenameuser\execute(), SpecialApiSandbox\execute(), SpecialLog\execute(), SpecialContributions\execute(), SpecialUnlinkAccounts\execute(), SpecialUserLogout\execute(), SpecialPreferences\execute(), SpecialReplaceText\execute(), EmailConfirmation\execute(), SpecialWatchlist\execute(), SpecialEditTags\execute(), SpecialImport\execute(), SpecialUploadStash\execute(), MovePageForm\execute(), UserrightsPage\execute(), SpecialEmailUser\execute(), SpecialRevisionDelete\execute(), SpecialUndelete\execute(), SpecialUpload\execute(), FormSpecialPage\execute(), LoginSignupSpecialPage\execute(), QueryPage\execute(), ChangesListSpecialPage\execute(), SpecialReplaceText\extractContext(), UserrightsPage\fetchUser(), SpecialNewpages\filterLinks(), SpecialUndelete\formatFileRow(), BrokenRedirectsPage\formatResult(), DoubleRedirectsPage\formatResult(), FileDuplicateSearchPage\formatResult(), SpecialMergeHistory\formatRevisionRow(), SpecialUndelete\formatRevisionRow(), SpecialProtectedtitles\formatRow(), SpecialLog\getActionButtons(), SpecialEmailUser\getBlockedEmailError(), SpecialAutoblockList\getBlockListPager(), SpecialBlockList\getBlockListPager(), ChangesListSpecialPage\getDefaultDays(), SpecialRecentChanges\getDefaultLimit(), ChangesListSpecialPage\getDefaultLimit(), SpecialEmailUser\getDescription(), LoginSignupSpecialPage\getFieldDefinitions(), SpecialUndelete\getFileLink(), SpecialContributions\getForm(), SpecialEmailUser\getFormFields(), SpecialPasswordReset\getFormFields(), SpecialResetTokens\getFormFields(), SpecialChangeEmail\getFormFields(), SpecialBotPasswords\getFormFields(), SpecialBlock\getFormFields(), SpecialSpecialpages\getPageGroups(), SpecialUndelete\getPageLink(), SpecialCiteThisPage\getParserOptions(), SpecialMytalk\getRedirect(), SpecialMypage\getRedirect(), SpecialAllMyUploads\getRedirect(), SpecialMyuploads\getRedirect(), SpecialMycontributions\getRedirect(), SpecialOATH\getTargetPage(), SpecialUpload\getWatchCheck(), SpecialEditWatchlist\getWatchlist(), SpecialEditWatchlist\getWatchlistInfo(), UserrightsPage\groupCheckboxes(), ChangesListSpecialPage\includeRcFiltersApp(), SpecialUndelete\isAllowed(), SpecialPasswordReset\isListed(), ChangesListSpecialPage\isStructuredFilterUiEnabled(), SpecialNuke\listForm(), SpecialSearch\load(), AuthManagerSpecialPage\loadAuth(), SpecialUndelete\loadRequest(), SpecialUpload\loadRequest(), SpecialMergeHistory\loadRequestParams(), LoginSignupSpecialPage\mainLoginForm(), SpecialExpandTemplates\makeOutput(), SpecialBlock\maybeAlterFormDefaults(), SpecialMergeHistory\merge(), NukeHooks\nukeContributionsLinks(), RenameuserHooks\onContributionsToolLinks(), SpecialDisableOATHForUser\onSubmit(), SpecialLockdb\onSubmit(), SpecialOATHDisable\onSubmit(), SpecialChangeEmail\onSubmit(), SpecialPageLanguage\onSubmit(), SpecialPasswordReset\onSubmit(), SpecialResetTokens\onSubmit(), SpecialChangeContentModel\onSubmit(), SpecialOATHEnable\onSubmit(), SpecialBotPasswords\onSubmit(), SpecialChangeEmail\onSuccess(), SpecialBotPasswords\onSuccess(), SpecialRecentChanges\optionsPanel(), SpecialRecentChanges\outputChangesList(), SpecialWatchlist\outputChangesList(), SpecialWatchlist\outputFeedLinks(), SpecialEditWatchlist\outputSubtitle(), SpecialNewpages\patrollable(), AuthManagerSpecialPage\performAuthenticationStep(), LoginSignupSpecialPage\postProcessFormDescriptor(), SpecialBlock\postText(), SpecialUpload\processUpload(), SpecialNuke\promptForm(), SpecialWatchlist\registerFilters(), SpecialRecentChanges\registerFilters(), ChangesListSpecialPage\registerFilters(), requireLogin(), SpecialEditWatchlist\runWatchUnwatchCompleteHook(), SpecialBotPasswords\save(), SpecialSearch\saveNamespaces(), SpecialUserLogin\setHeaders(), SpecialWatchlist\setTopText(), SpecialNewpages\setup(), SpecialTags\showActivateDeactivateForm(), SpecialRevisionDelete\showConvenienceLinks(), LoginSignupSpecialPage\showCreateAccountLink(), SpecialTags\showDeleteTagForm(), UserrightsPage\showEditUserGroupsForm(), SpecialUndelete\showFileConfirmationForm(), MovePageForm\showForm(), SpecialEditTags\showForm(), SpecialImport\showForm(), SpecialRevisionDelete\showForm(), SpecialMergeHistory\showHistory(), SpecialUndelete\showHistory(), SpecialExpandTemplates\showHtmlPreview(), SpecialGadgets\showMainForm(), SpecialUpload\showRecoverableUploadError(), EmailConfirmation\showRequestForm(), SpecialPreferences\showResetForm(), SpecialUndelete\showRevision(), LoginSignupSpecialPage\showSuccessPage(), SpecialTags\showTagList(), SpecialUpload\showUploadWarning(), SpecialUpload\showViewDeletedLinks(), SpecialEditTags\submit(), SpecialRevisionDelete\submit(), SpecialEditWatchlist\submitRaw(), SpecialPreferences\submitReset(), EmailConfirmation\submitSend(), SpecialChangeCredentials\success(), SpecialCreateAccount\successfulAction(), SpecialUserLogin\successfulAction(), SpecialRevisionDelete\tryShowFile(), SpecialUndelete\undelete(), SpecialEditWatchlist\unwatchTitles(), UserrightsPage\userCanChangeRights(), SpecialExport\userCanOverrideExportDepth(), SpecialEditWatchlist\watchTitles(), and SpecialWhatLinksHere\wlhLink().

◆ including()

◆ isCached()

SpecialPage::isCached ( )

Is this page cached? Expensive pages are cached or disabled in miser mode.

Used by QueryPage and subclasses, moved here so that Special:SpecialPages can safely call it for all special pages.

Returns
bool
Since
1.21

Reimplemented in QueryPage, and FileDuplicateSearchPage.

Definition at line 266 of file SpecialPage.php.

◆ isExpensive()

SpecialPage::isExpensive ( )

Is this page expensive (for some definition of expensive)? Expensive pages are disabled or cached in miser mode.

Originally used (and still overridden) by QueryPage and subclasses, moved here so that Special:SpecialPages can safely call it for all special pages.

Returns
bool

Reimplemented in QueryPage, WithoutInterwikiPage, MediaStatisticsPage, SpecialGadgetUsage, DeadendPagesPage, MostlinkedTemplatesPage, LonelyPagesPage, UnwatchedpagesPage, MostlinkedPage, UncategorizedPagesPage, ListDuplicatedFilesPage, MostcategoriesPage, UncategorizedImagesPage, ListredirectsPage, MIMEsearchPage, BrokenRedirectsPage, DoubleRedirectsPage, AncientPagesPage, FewestrevisionsPage, MostimagesPage, MostinterwikisPage, UnusedtemplatesPage, UnusedimagesPage, WantedQueryPage, and UnusedCategoriesPage.

Definition at line 253 of file SpecialPage.php.

◆ isIncludable()

SpecialPage::isIncludable ( )

Whether it's allowed to transclude the special page via {{Special:Foo/params}}.

Returns
bool

Reimplemented in SpecialRecentChanges, ProxySpecialPage, SpecialApiHelp, IncludableSpecialPage, and WantedPagesPage.

Definition at line 198 of file SpecialPage.php.

References $mIncludable.

◆ isListed()

SpecialPage::isListed ( )

Whether this special page is listed in Special:SpecialPages.

Since
1.3 (r3583)
Returns
bool

Reimplemented in SpecialPasswordReset, SpecialResetTokens, SpecialDiff, SpecialPageData, ProxySpecialPage, SpecialPermanentLink, SpecialBotPasswords, SpecialChangeEmail, UnlistedSpecialPage, SpecialUnlinkAccounts, SpecialChangeCredentials, and SpecialLinkAccounts.

Definition at line 170 of file SpecialPage.php.

References $mListed.

◆ isRestricted()

SpecialPage::isRestricted ( )

Can be overridden by subclasses with more complicated permissions schemes.

Returns
bool Should the page be displayed with the restricted-access pages?

Reimplemented in ProxySpecialPage, and SpecialCreateAccount.

Definition at line 277 of file SpecialPage.php.

References User\groupHasPermission().

◆ listed()

SpecialPage::listed (   $x = null)

Get or set whether this special page is listed in Special:SpecialPages.

Since
1.6
Parameters
bool | null$x
Returns
bool

Reimplemented in ProxySpecialPage.

Definition at line 190 of file SpecialPage.php.

References wfSetVar().

◆ maxIncludeCacheTime()

SpecialPage::maxIncludeCacheTime ( )

How long to cache page when it is being included.

Note
If cache time is not 0, then the current user becomes an anon if you want to do any per-user customizations, than this method must be overriden to return 0.
Since
1.26
Returns
int Time in seconds, 0 to disable caching altogether, false to use the parent page's cache settings

Definition at line 212 of file SpecialPage.php.

References getCacheTTL(), and getConfig().

◆ msg()

SpecialPage::msg (   $key)

Wrapper around wfMessage that sets the current context.

Since
1.16
Returns
Message
See also
wfMessage

Implements MessageLocalizer.

Definition at line 796 of file SpecialPage.php.

References getContext(), and including().

Referenced by addHelpLink(), SpecialDisableOATHForUser\alterForm(), SpecialOATHDisable\alterForm(), SpecialOATHEnable\alterForm(), SpecialUnlockdb\alterForm(), SpecialLockdb\alterForm(), SpecialPasswordReset\alterForm(), SpecialChangeEmail\alterForm(), SpecialBotPasswords\alterForm(), SpecialEditTags\buildCheckBoxes(), SpecialRevisionDelete\buildCheckBoxes(), SpecialNewFiles\buildForm(), buildPrevNextNavigation(), SpecialEditWatchlist\buildRemoveLine(), SpecialComparePages\checkExistingRevision(), SpecialComparePages\checkExistingTitle(), SpecialEditWatchlist\clearUserWatchedItems(), SpecialReplaceText\createJobsForTextReplacements(), SpecialWatchlist\cutoffselector(), SpecialUndelete\diffHeader(), SpecialNuke\doDelete(), SpecialRecentChanges\doHeader(), SpecialWatchlist\doHeader(), SpecialImport\doImport(), SpecialRecentChangesLinked\doMainQuery(), SpecialReplaceText\doSpecialReplaceText(), MovePageForm\doSubmit(), SpecialTags\doTagRow(), SpecialNuke\execute(), SpecialRenameuser\execute(), SpecialJavaScriptTest\execute(), SpecialApiHelp\execute(), SpecialCategories\execute(), SpecialContributions\execute(), SpecialStatistics\execute(), SpecialUnlinkAccounts\execute(), SpecialLinkAccounts\execute(), SpecialUserLogout\execute(), SpecialAutoblockList\execute(), SpecialTrackingCategories\execute(), SpecialListGrants\execute(), SpecialListUsers\execute(), SpecialPasswordPolicies\execute(), SpecialPreferences\execute(), SpecialAllMessages\execute(), SpecialExport\execute(), SpecialBlockList\execute(), DeletedContributionsPage\execute(), SpecialListGroupRights\execute(), SpecialUnblock\execute(), SpecialWhatLinksHere\execute(), SpecialVersion\execute(), SpecialPrefixindex\execute(), SpecialAllPages\execute(), SpecialPagesWithProp\execute(), DisabledSpecialPage\execute(), CategoryTreePage\execute(), SpecialChangeCredentials\execute(), UserrightsPage\execute(), SpecialEditWatchlist\execute(), FileDuplicateSearchPage\execute(), SpecialMergeHistory\execute(), SpecialUndelete\execute(), QueryPage\execute(), SpecialEditWatchlist\executeViewEditWatchlist(), SpecialEditTags\failure(), SpecialRevisionDelete\failure(), SpecialNewpages\feed(), SpecialNewpages\feedItemDesc(), SpecialNewpages\filterLinks(), SpecialNewpages\form(), SpecialUndelete\formatFileRow(), SpecialListGroupRights\formatPermissions(), SpecialPasswordPolicies\formatPolicies(), WantedQueryPage\formatResult(), FewestrevisionsPage\formatResult(), UnusedtemplatesPage\formatResult(), MostlinkedCategoriesPage\formatResult(), MostcategoriesPage\formatResult(), MostinterwikisPage\formatResult(), ListDuplicatedFilesPage\formatResult(), WantedCategoriesPage\formatResult(), BrokenRedirectsPage\formatResult(), MostlinkedPage\formatResult(), UnwatchedpagesPage\formatResult(), DoubleRedirectsPage\formatResult(), ShortPagesPage\formatResult(), SpecialPagesWithProp\formatResult(), MIMEsearchPage\formatResult(), LinkSearchPage\formatResult(), SpecialMergeHistory\formatRevisionRow(), SpecialUndelete\formatRevisionRow(), SpecialProtectedtitles\formatRow(), SpecialStatistics\formatRow(), SpecialNewpages\formatRow(), SpecialStatistics\formatRowHeader(), SpecialLog\getActionButtons(), SpecialReplaceText\getAnyWarningMessageBeforeReplace(), SpecialChangeCredentials\getAuthForm(), MostimagesPage\getCellHtml(), SpecialEditWatchlist\getClearForm(), SpecialCiteThisPage\getContentText(), SpecialVersion\getCreditsForExtension(), SpecialInterwiki\getDescription(), SpecialEmailUser\getDescription(), SpecialUserLogin\getDescription(), SpecialCreateAccount\getDescription(), SpecialDiff\getDescription(), SpecialEditTags\getDescription(), getDescription(), SpecialUpload\getDupeWarning(), SpecialStatistics\getEditStats(), SpecialVersion\getEntryPointInfo(), UncategorizedCategoriesPage\getExceptionList(), SpecialVersion\getExtensionCredits(), SpecialVersion\getExternalLibraries(), SpecialRecentChangesLinked\getExtraOptions(), LoginSignupSpecialPage\getFieldDefinitions(), SpecialUndelete\getFileComment(), SpecialUndelete\getFileUser(), SpecialWhatLinksHere\getFilterPanel(), getFinalGroupName(), FormSpecialPage\getForm(), SpecialContributions\getForm(), SpecialPageLanguage\getFormFields(), SpecialEmailUser\getFormFields(), SpecialChangeContentModel\getFormFields(), SpecialResetTokens\getFormFields(), SpecialChangeEmail\getFormFields(), SpecialOATHEnable\getFormFields(), SpecialBotPasswords\getFormFields(), SpecialBlock\getFormFields(), SpecialRedirect\getFormFields(), SpecialStatistics\getGroupStats(), SpecialActiveUsers\getIntroText(), SpecialProtectedtitles\getLevelMenu(), SpecialProtectedpages\getLevelMenu(), SpecialImport\getMappingFormPart(), SpecialEditWatchlist\getNormalForm(), RandomPage\getNsList(), SpecialStatistics\getOtherStats(), DeadendPagesPage\getPageHeader(), LonelyPagesPage\getPageHeader(), UnusedCategoriesPage\getPageHeader(), WantedFilesPage\getPageHeader(), BrokenRedirectsPage\getPageHeader(), DoubleRedirectsPage\getPageHeader(), UnusedimagesPage\getPageHeader(), UnusedtemplatesPage\getPageHeader(), LoginSignupSpecialPage\getPageHtml(), SpecialStatistics\getPageStats(), SpecialVersion\getParserFunctionHooks(), SpecialVersion\getParserTags(), SpecialWhatLinksHere\getPrevNext(), SpecialEditWatchlist\getRawForm(), SpecialVersion\getSkinCredits(), DeletedContributionsPage\getSubTitle(), SpecialJavaScriptTest\getSummaryHtml(), MediaStatisticsPage\getTableHeaderRow(), SpecialProtectedpages\getTypeMenu(), SpecialUpload\getUploadForm(), SpecialStatistics\getUserStats(), SpecialVersion\getWgHooks(), UserrightsPage\groupCheckboxes(), ChangesListSpecialPage\includeRcFiltersApp(), SpecialVersion\listAuthors(), SpecialNuke\listForm(), SpecialWhatLinksHere\listItem(), LoginSignupSpecialPage\load(), SpecialUpload\loadRequest(), LoginSignupSpecialPage\mainLoginForm(), SpecialExpandTemplates\makeForm(), UserrightsPage\makeGroupNameList(), LoginSignupSpecialPage\makeLanguageSelector(), SpecialExpandTemplates\makeOutput(), SpecialInterwiki\makeTable(), WantedQueryPage\makeWlhLink(), MostlinkedTemplatesPage\makeWlhLink(), SpecialMergeHistory\merge(), SpecialRecentChanges\namespaceFilterForm(), SpecialReplaceText\namespaceTables(), NukeHooks\nukeContributionsLinks(), numLink(), RenameuserHooks\onContributionsToolLinks(), SpecialLockdb\onSubmit(), SpecialRandomInCategory\onSubmit(), SpecialChangeContentModel\onSubmit(), SpecialUnlockdb\onSuccess(), SpecialLockdb\onSuccess(), SpecialChangeContentModel\onSuccess(), SpecialBotPasswords\onSuccess(), SpecialBlock\onSuccess(), SpecialVersion\openExtType(), SpecialRecentChanges\optionsPanel(), SpecialUploadStash\outputContents(), outputHeader(), SpecialUploadStash\outputLocalFile(), SpecialUploadStash\outputLocallyScaledThumb(), MediaStatisticsPage\outputMediaType(), SpecialListGroupRights\outputNamespaceProtectionInfo(), SpecialRecentChangesLinked\outputNoResults(), ChangesListSpecialPage\outputNoResults(), SpecialSpecialpages\outputPageList(), SpecialUploadStash\outputRemoteScaledThumb(), MediaStatisticsPage\outputResults(), SpecialGadgetUsage\outputResults(), SpecialEditWatchlist\outputSubtitle(), MediaStatisticsPage\outputTableEnd(), MediaStatisticsPage\outputTableRow(), SpecialGadgetUsage\outputTableStart(), ChangesListSpecialPage\outputTimeout(), SpecialReplaceText\pageListForm(), SpecialUploadStash\parseKey(), SpecialBlock\postText(), SpecialBlock\preText(), SpecialTags\processCreateTagForm(), SpecialTags\processTagForm(), SpecialUpload\processUpload(), SpecialUpload\processVerificationError(), SpecialNuke\promptForm(), SpecialEmailUser\sendEmailForm(), SpecialUserLogin\setHeaders(), SpecialNewFiles\setTopText(), SpecialRecentChanges\setTopText(), SpecialWatchlist\setTopText(), SpecialSearch\setupPage(), SpecialTags\showActivateDeactivateForm(), SpecialAllPages\showChunk(), SpecialEditTags\showConvenienceLinks(), SpecialRevisionDelete\showConvenienceLinks(), SpecialTags\showDeleteTagForm(), UserrightsPage\showEditUserGroupsForm(), SpecialGadgets\showExportForm(), SpecialUndelete\showFileConfirmationForm(), SpecialInterwiki\showForm(), MovePageForm\showForm(), SpecialEditTags\showForm(), SpecialImport\showForm(), SpecialRevisionDelete\showForm(), SpecialReplaceText\showForm(), SpecialSearch\showGoogleSearch(), SpecialWatchlist\showHideCheck(), SpecialMergeHistory\showHistory(), SpecialUndelete\showHistory(), SpecialExpandTemplates\showHtmlPreview(), SpecialWhatLinksHere\showIndirectLinks(), SpecialAutoblockList\showList(), SpecialBookSources\showList(), SpecialBlockList\showList(), SpecialInterwiki\showList(), SpecialUndelete\showList(), SpecialGadgets\showMainForm(), SpecialMergeHistory\showMergeForm(), SpecialProtectedpages\showOptions(), SpecialProtectedtitles\showOptions(), SpecialPrefixindex\showPrefixChunk(), SpecialUpload\showRecoverableUploadError(), EmailConfirmation\showRequestForm(), SpecialUndelete\showRevision(), SpecialUndelete\showSearchForm(), SpecialTags\showTagList(), SpecialEditWatchlist\showTitles(), SpecialAutoblockList\showTotal(), SpecialUpload\showUploadError(), SpecialUploadStash\showUploads(), SpecialUpload\showUploadWarning(), SpecialUpload\showViewDeletedLinks(), SpecialRevisionDelete\submit(), SpecialEditWatchlist\submitNormal(), SpecialEditWatchlist\submitRaw(), EmailConfirmation\submitSend(), SpecialLinkAccounts\success(), SpecialEditTags\success(), SpecialRevisionDelete\success(), SpecialCreateAccount\successfulAction(), SpecialUserLogin\successfulAction(), UserrightsPage\switchForm(), SpecialRevisionDelete\tryShowFile(), SpecialUndelete\undelete(), SpecialUpload\unsaveUploadedFile(), SpecialEmailUser\userForm(), SpecialChangeContentModel\validateTitle(), and SpecialWhatLinksHere\whatlinkshereForm().

◆ numLink()

SpecialPage::numLink (   $offset,
  $limit,
array  $query,
  $link,
  $tooltipMsg,
  $class,
  $subpage = false 
)
private

Helper function for buildPrevNextNavigation() that generates links.

Parameters
int$offset
int$limit
array$queryExtra query parameters
string$linkText to use for the link; will be escaped
string$tooltipMsgName of the message to use as tooltip
string$classValue of the "class" attribute of the link
string | bool$subpageOptional param for specifying subpage
Returns
string HTML fragment

Definition at line 980 of file SpecialPage.php.

References $link, $query, getPageTitle(), and msg().

Referenced by buildPrevNextNavigation().

◆ outputHeader()

SpecialPage::outputHeader (   $summaryMessageKey = '')

Outputs a summary message on top of special pages Per default the message key is the canonical name of the special page May be overridden, i.e.

by extensions to stick with the naming conventions for message keys: 'extensionname-xxx'

Parameters
string$summaryMessageKeyMessage key of the summary

Definition at line 633 of file SpecialPage.php.

References getName(), getOutput(), including(), and msg().

Referenced by SpecialRedirect\alterForm(), SpecialNuke\execute(), SpecialListFiles\execute(), SpecialLog\execute(), SpecialNewFiles\execute(), SpecialProtectedpages\execute(), SpecialProtectedtitles\execute(), SpecialSpecialpages\execute(), SpecialCategories\execute(), SpecialLinkAccounts\execute(), SpecialUnlinkAccounts\execute(), SpecialActiveUsers\execute(), SpecialUserLogout\execute(), SpecialContributions\execute(), SpecialAutoblockList\execute(), SpecialListGrants\execute(), SpecialTrackingCategories\execute(), SpecialPasswordPolicies\execute(), SpecialPreferences\execute(), SpecialExport\execute(), SpecialListUsers\execute(), SpecialInterwiki\execute(), SpecialBlockList\execute(), SpecialBookSources\execute(), DeletedContributionsPage\execute(), SpecialListGroupRights\execute(), SpecialUnblock\execute(), SpecialWhatLinksHere\execute(), SpecialComparePages\execute(), SpecialVersion\execute(), SpecialPrefixindex\execute(), SpecialTags\execute(), LinkSearchPage\execute(), SpecialAllPages\execute(), SpecialPagesWithProp\execute(), DisabledSpecialPage\execute(), SpecialEditTags\execute(), SpecialImport\execute(), MovePageForm\execute(), SpecialChangeCredentials\execute(), UserrightsPage\execute(), SpecialEditWatchlist\execute(), FileDuplicateSearchPage\execute(), SpecialEmailUser\execute(), SpecialMergeHistory\execute(), SpecialRevisionDelete\execute(), SpecialNewpages\execute(), SpecialUndelete\execute(), SpecialUpload\execute(), MIMEsearchPage\execute(), QueryPage\execute(), execute(), ChangesListSpecialPage\execute(), SpecialSearch\setupPage(), SpecialPermanentLink\showNoRedirectPage(), SpecialDiff\showNoRedirectPage(), and SpecialUploadStash\showUploads().

◆ prefixSearchArray()

static SpecialPage::prefixSearchArray (   $search,
  $limit,
array  $subpages,
  $offset 
)
staticprotected

Helper function for implementations of prefixSearchSubpages() that filter the values in memory (as opposed to making a query).

Since
1.24
Parameters
string$search
int$limit
array$subpages
int$offset
Returns
string[]

Definition at line 522 of file SpecialPage.php.

Referenced by SpecialPagesWithProp\prefixSearchSubpages(), and prefixSearchSubpages().

◆ prefixSearchString()

SpecialPage::prefixSearchString (   $search,
  $limit,
  $offset 
)
protected

Perform a regular substring search for prefixSearchSubpages.

Parameters
string$searchPrefix to search for
int$limitMaximum number of results to return (usually 10)
int$offsetNumber of results to skip (usually 0)
Returns
string[] Matching subpages

Definition at line 495 of file SpecialPage.php.

References $t, $title, and Title\newFromText().

Referenced by SpecialChangeContentModel\prefixSearchSubpages(), SpecialPageLanguage\prefixSearchSubpages(), SpecialRecentChangesLinked\prefixSearchSubpages(), SpecialPrefixindex\prefixSearchSubpages(), SpecialAllPages\prefixSearchSubpages(), SpecialWhatLinksHere\prefixSearchSubpages(), MovePageForm\prefixSearchSubpages(), and SpecialUndelete\prefixSearchSubpages().

◆ prefixSearchSubpages()

SpecialPage::prefixSearchSubpages (   $search,
  $limit,
  $offset 
)

Return an array of subpages beginning with $search that this special page will accept.

For example, if a page supports subpages "foo", "bar" and "baz" (as in Special:PageName/foo, etc.):

  • prefixSearchSubpages( "ba" ) should return array( "bar", "baz" )
  • prefixSearchSubpages( "f" ) should return array( "foo" )
  • prefixSearchSubpages( "z" ) should return array()
  • prefixSearchSubpages( "" ) should return array( foo", "bar", "baz" )
Parameters
string$searchPrefix to search for
int$limitMaximum number of results to return (usually 10)
int$offsetNumber of results to skip (usually 0)
Returns
string[] Matching subpages

Reimplemented in SpecialBlock, SpecialUndelete, UserrightsPage, MovePageForm, SpecialContributions, SpecialWhatLinksHere, SpecialEmailUser, SpecialRenameuser, SpecialAllPages, SpecialNuke, SpecialPrefixindex, SpecialRecentChangesLinked, SpecialPageLanguage, SpecialChangeContentModel, SpecialUnblock, FileDuplicateSearchPage, DeletedContributionsPage, CategoryTreePage, SpecialPagesWithProp, SpecialListFiles, and SpecialCiteThisPage.

Definition at line 467 of file SpecialPage.php.

References getSubpagesForPrefixSearch(), and prefixSearchArray().

◆ requireLogin()

SpecialPage::requireLogin (   $reasonMsg = 'exception-nologin-text',
  $titleMsg = 'exception-nologin' 
)

If the user is not logged in, throws UserNotLoggedIn error.

The user will be redirected to Special:Userlogin with the given message as an error on the form.

Since
1.23
Parameters
string$reasonMsg[optional] Message key to be displayed on login page
string$titleMsg[optional] Passed on to UserNotLoggedIn constructor
Exceptions
UserNotLoggedIn

Definition at line 339 of file SpecialPage.php.

References getUser().

Referenced by SpecialDisableOATHForUser\checkExecutePermissions(), SpecialChangeEmail\checkExecutePermissions(), SpecialOATHDisable\checkExecutePermissions(), SpecialOATHEnable\checkExecutePermissions(), SpecialPreferences\execute(), EmailConfirmation\execute(), SpecialWatchlist\execute(), SpecialResetTokens\execute(), SpecialBotPasswords\execute(), and SpecialEditWatchlist\execute().

◆ run()

SpecialPage::run (   $subPage)
final

Entry point.

Since
1.20
Parameters
string | null$subPage

Definition at line 552 of file SpecialPage.php.

References afterExecute(), beforeExecute(), execute(), and Hooks\run().

◆ setContext()

SpecialPage::setContext (   $context)

◆ setHeaders()

SpecialPage::setHeaders ( )

Sets headers - this should be called from the execute() method of all derived classes!

Reimplemented in SpecialUserLogin.

Definition at line 531 of file SpecialPage.php.

References $out, getConfig(), getDescription(), getOutput(), and getRobotPolicy().

Referenced by SpecialCaptcha\execute(), SpecialNuke\execute(), SpecialCiteThisPage\execute(), SpecialRenameuser\execute(), SpecialListFiles\execute(), SpecialApiSandbox\execute(), SpecialJavaScriptTest\execute(), SpecialBlankpage\execute(), SpecialLog\execute(), SpecialCategories\execute(), SpecialNewFiles\execute(), SpecialProtectedpages\execute(), SpecialProtectedtitles\execute(), SpecialSpecialpages\execute(), SpecialStatistics\execute(), SpecialUnlinkAccounts\execute(), SpecialActiveUsers\execute(), SpecialUserLogout\execute(), SpecialLinkAccounts\execute(), SpecialContributions\execute(), EmailInvalidation\execute(), SpecialTrackingCategories\execute(), SpecialAutoblockList\execute(), SpecialListGrants\execute(), SpecialAllMessages\execute(), SpecialExport\execute(), SpecialListUsers\execute(), SpecialPasswordPolicies\execute(), SpecialPreferences\execute(), SpecialGoToInterwiki\execute(), SpecialBlockList\execute(), SpecialBookSources\execute(), SpecialInterwiki\execute(), SpecialListGroupRights\execute(), DeletedContributionsPage\execute(), SpecialUnblock\execute(), SpecialReplaceText\execute(), SpecialWhatLinksHere\execute(), SpecialComparePages\execute(), EmailConfirmation\execute(), SpecialVersion\execute(), SpecialPrefixindex\execute(), SpecialTags\execute(), LinkSearchPage\execute(), SpecialExpandTemplates\execute(), SpecialAllPages\execute(), RandomPage\execute(), SpecialPagesWithProp\execute(), CategoryTreePage\execute(), DisabledSpecialPage\execute(), SpecialEditTags\execute(), SpecialImport\execute(), MovePageForm\execute(), SpecialChangeCredentials\execute(), UserrightsPage\execute(), SpecialEditWatchlist\execute(), FileDuplicateSearchPage\execute(), SpecialEmailUser\execute(), SpecialMergeHistory\execute(), SpecialRevisionDelete\execute(), SpecialNewpages\execute(), SpecialUndelete\execute(), SpecialUpload\execute(), MIMEsearchPage\execute(), FormSpecialPage\execute(), LoginSignupSpecialPage\execute(), QueryPage\execute(), execute(), ChangesListSpecialPage\execute(), SpecialSearch\setupPage(), SpecialGadgets\showExportForm(), SpecialGadgets\showMainForm(), SpecialPermanentLink\showNoRedirectPage(), SpecialDiff\showNoRedirectPage(), and SpecialUploadStash\showUploads().

◆ setLinkRenderer()

SpecialPage::setLinkRenderer ( LinkRenderer  $linkRenderer)
Since
1.28
Parameters
\\MediaWiki\\Linker\\LinkRenderer$linkRenderer

Definition at line 920 of file SpecialPage.php.

References $linkRenderer.

◆ setListed()

SpecialPage::setListed (   $listed)

Set whether this page is listed in Special:Specialpages, at run-time.

Since
1.3
Parameters
bool$listed
Returns
bool

Reimplemented in ProxySpecialPage.

Definition at line 180 of file SpecialPage.php.

References wfSetVar().

◆ setReauthPostData()

SpecialPage::setReauthPostData ( array  $data)
protected

Record preserved POST data after a reauthentication.

This is called from checkLoginSecurityLevel() when returning from the redirect for reauthentication, if the redirect had been served in response to a POST request.

The base SpecialPage implementation does nothing. If your subclass uses getLoginSecurityLevel() or checkLoginSecurityLevel(), it should probably implement this to do something with the data.

Since
1.32
Parameters
array$data

Reimplemented in FormSpecialPage.

Definition at line 372 of file SpecialPage.php.

Referenced by checkLoginSecurityLevel().

◆ userCanExecute()

SpecialPage::userCanExecute ( User  $user)

Checks if the given user (identified by an object) can execute this special page (as defined by $mRestriction).

Can be overridden by sub- classes with more complicated permissions schemes.

Parameters
User$userThe user to check
Returns
bool Does the user have permission to view the page?

Reimplemented in ProxySpecialPage, SpecialUndelete, SpecialUpload, SpecialPasswordReset, and SpecialCreateAccount.

Definition at line 290 of file SpecialPage.php.

References $user.

Referenced by checkPermissions(), and QueryPage\execute().

◆ useTransactionalTimeLimit()

Member Data Documentation

◆ $linkRenderer

MediaWiki Linker LinkRenderer null SpecialPage::$linkRenderer
private

Definition at line 66 of file SpecialPage.php.

Referenced by SpecialEditWatchlist\buildRemoveLine(), SpecialEditWatchlist\buildTools(), MovePageForm\doSubmit(), SpecialTags\doTagRow(), SpecialRenameuser\execute(), SpecialTrackingCategories\execute(), SpecialPasswordPolicies\execute(), SpecialListGroupRights\execute(), SpecialNewpages\filterLinks(), WantedQueryPage\formatResult(), FewestrevisionsPage\formatResult(), UnusedtemplatesPage\formatResult(), MostcategoriesPage\formatResult(), MostinterwikisPage\formatResult(), AncientPagesPage\formatResult(), BrokenRedirectsPage\formatResult(), MostlinkedPage\formatResult(), UnwatchedpagesPage\formatResult(), DoubleRedirectsPage\formatResult(), ListredirectsPage\formatResult(), ShortPagesPage\formatResult(), MIMEsearchPage\formatResult(), FileDuplicateSearchPage\formatResult(), SpecialMergeHistory\formatRevisionRow(), SpecialNewpages\formatRow(), SpecialEmailUser\getFormFields(), SpecialBotPasswords\getFormFields(), SpecialStatistics\getGroupStats(), getLinkRenderer(), SpecialStatistics\getPageStats(), DeletedContributionsPage\getSubTitle(), SpecialContributions\getUserLinks(), SpecialVersion\listAuthors(), SpecialNuke\listForm(), MostlinkedPage\makeWlhLink(), SpecialMergeHistory\merge(), SpecialListGroupRights\outputNamespaceProtectionInfo(), MediaStatisticsPage\outputTableRow(), SpecialBlock\postText(), setLinkRenderer(), SpecialAllPages\showChunk(), SpecialEditTags\showConvenienceLinks(), SpecialRevisionDelete\showConvenienceLinks(), SpecialUndelete\showList(), SpecialGadgets\showMainForm(), SpecialSearch\showResults(), SpecialChangeCredentials\showSubpageList(), MovePageForm\showSubpagesList(), SpecialEditWatchlist\showTitles(), SpecialUploadStash\showUploads(), SpecialUpload\showUploadWarning(), and SpecialWhatLinksHere\wlhLink().

◆ $mContext

IContextSource SpecialPage::$mContext
protected

Current request context.

Definition at line 61 of file SpecialPage.php.

Referenced by getContext().

◆ $mIncludable

SpecialPage::$mIncludable
protected

Definition at line 55 of file SpecialPage.php.

Referenced by isIncludable().

◆ $mIncluding

SpecialPage::$mIncluding
protected

Definition at line 52 of file SpecialPage.php.

◆ $mListed

SpecialPage::$mListed
private

Definition at line 49 of file SpecialPage.php.

Referenced by isListed().

◆ $mLocalName

SpecialPage::$mLocalName
private

Definition at line 42 of file SpecialPage.php.

Referenced by getLocalName().

◆ $mName

SpecialPage::$mName
protected

Definition at line 39 of file SpecialPage.php.

Referenced by SpecialCachedPage\getCacheKey(), and getName().

◆ $mRestriction

SpecialPage::$mRestriction
protected

Definition at line 46 of file SpecialPage.php.

Referenced by getRestriction().


The documentation for this class was generated from the following file: