153class_alias( IContextSource::class,
'IContextSource' );
Base class for language-specific code.
This is one of the Core classes and should be read at least once by any new developers.
Base representation for an editable wiki page.
The WebRequest class encapsulates getting at data passed in the URL or via a POSTed form,...
The base class for all skins.
Represents a title within MediaWiki.
User class for the MediaWiki software.
An interface to help developers measure the performance of their applications.
Interface for configuration instances.
Interface for objects which can provide a MediaWiki context on request.
exportSession()
Export the resolved user IP, HTTP headers, user ID, and session ID.
getActionName()
Get the action name for the current web request.
getWikiPage()
Get the WikiPage object.
getConfig()
Get the site configuration.
canUseWikiPage()
Check whether a WikiPage object can be obtained with getWikiPage().
Interface supporting message localization in MediaWiki.
This interface represents the authority associated with the current execution context,...
Provide an instance of CsrfTokenSet.