20define(
'MW_API',
true );
21define(
'MW_ENTRY_POINT',
'api' );
23require __DIR__ .
'/includes/WebStart.php';
27 RequestContext::getMain(),
29 MediaWikiServices::getInstance()
Implementation of the API entry point, for web browser navigations, usually via an Action or SpecialP...
Group all the pieces relevant to the context of a request into one instance.
Utility class wrapping PHP runtime state.