MediaWiki master
load.php
Go to the documentation of this file.
1<?php
29
30// This endpoint is supposed to be independent of request cookies and other
31// details of the session. Enforce this constraint with respect to session use.
32define( 'MW_NO_SESSION', 1 );
33
34define( 'MW_ENTRY_POINT', 'load' );
35
36require __DIR__ . '/includes/WebStart.php';
37
39 RequestContext::getMain(),
41 MediaWikiServices::getInstance()
42) )->run();
run()
Run the job.
Group all the pieces relevant to the context of a request into one instance.
Utility class wrapping PHP runtime state.
Service locator for MediaWiki core services.
Entry point implementation for ResourceLoader, which serves static CSS/JavaScript via MediaWiki\Resou...