50 $mainConfig->get(
'LBFactoryConf' ),
55 return new $class( $lbConf );
60 return $services->getDBLoadBalancerFactory()->getMainLB();
80 $registry =
$services->getBootstrapConfig()->get(
'ConfigRegistry' );
83 foreach ( $registry
as $name => $callback ) {
84 $factory->register(
$name, $callback );
91 return $services->getConfigFactory()->makeConfig(
'main' );
100 $config->get(
'InterwikiExpiry' ),
101 $config->get(
'InterwikiCache' ),
102 $config->get(
'InterwikiScopes' ),
103 $config->get(
'InterwikiFallbackSite' )
109 rtrim(
$services->getMainConfig()->get(
'StatsdMetricPrefix' ),
'.' )
129 $names =
$services->getMainConfig()->get(
'ValidSkinNames' );
133 $class =
"Skin$skin";
134 return new $class(
$name );
138 $factory->register(
'fallback',
'Fallback',
function () {
142 $factory->register(
'apioutput',
'ApiOutput',
function () {
154 $store->setStatsdDataFactory(
$services->getStatsdDataFactory() );
163 $secretKey =
$services->getMainConfig()->get(
'SecretKey' );
173 function()
use ( $secretKey ) {
174 return $secretKey ?:
'';
182 defined(
'MW_CONFIG_FILE' ) ? [ MW_CONFIG_FILE ] : [],
183 LoggerFactory::getInstance(
'CryptRand' )
190 $secret = $config->get(
'HKDFSecret' ) ?: $config->get(
'SecretKey' );
197 $context = [ microtime(), getmypid(), gethostname() ];
200 $cache =
$services->getLocalServerObjectCache();
201 if ( $cache instanceof EmptyBagOStuff ) {
205 return new CryptHKDF( $secret, $config->get(
'HKDFAlgorithm' ),
212 $services->getMainConfig()->get(
'MediaHandlers' )
226 $mainConfig =
$services->getMainConfig();
228 $mainConfig->get(
'SquidServers' ),
229 $mainConfig->get(
'SquidServersNoPurge' )
250 if ( defined(
'MW_NO_SESSION' ) ) {
251 return $services->getLinkRendererFactory()->create();
253 return $services->getLinkRendererFactory()->createForUser( $wgUser );
267 $services->getMainConfig()->get(
'LocalInterwikis' )
272 return $services->getService(
'_MediaWikiTitleCodec' );
276 return $services->getService(
'_MediaWikiTitleCodec' );
280 $mainConfig =
$services->getMainConfig();
282 $id = $mainConfig->get(
'MainStash' );
283 if ( !isset( $mainConfig->get(
'ObjectCaches' )[$id] ) ) {
285 "Cache type \"$id\" is not present in \$wgObjectCaches." );
288 return \ObjectCache::newFromParams( $mainConfig->get(
'ObjectCaches' )[$id] );
292 $mainConfig =
$services->getMainConfig();
294 $id = $mainConfig->get(
'MainWANCache' );
295 if ( !isset( $mainConfig->get(
'WANObjectCaches' )[$id] ) ) {
297 "WAN cache type \"$id\" is not present in \$wgWANObjectCaches." );
300 $params = $mainConfig->get(
'WANObjectCaches' )[$id];
301 $objectCacheId =
$params[
'cacheId'];
302 if ( !isset( $mainConfig->get(
'ObjectCaches' )[$objectCacheId] ) ) {
304 "Cache type \"$objectCacheId\" is not present in \$wgObjectCaches." );
306 $params[
'store'] = $mainConfig->get(
'ObjectCaches' )[$objectCacheId];
308 return \ObjectCache::newWANCacheFromParams(
$params );
312 $mainConfig =
$services->getMainConfig();
314 if ( function_exists(
'apc_fetch' ) ) {
316 } elseif ( function_exists(
'apcu_fetch' ) ) {
318 } elseif ( function_exists(
'xcache_get' ) &&
wfIniGetBool(
'xcache.var_size' ) ) {
320 } elseif ( function_exists(
'wincache_ucache_get' ) ) {
326 if ( !isset( $mainConfig->get(
'ObjectCaches' )[$id] ) ) {
328 "Cache type \"$id\" is not present in \$wgObjectCaches." );
331 return \ObjectCache::newFromParams( $mainConfig->get(
'ObjectCaches' )[$id] );
335 $config =
$services->getMainConfig()->get(
'VirtualRestConfig' );
338 foreach ( $config[
'paths']
as $prefix => $serviceConfig ) {
339 $class = $serviceConfig[
'class'];
341 $constructArg = isset( $serviceConfig[
'options'] )
342 ? $serviceConfig[
'options']
344 $constructArg += $config[
'global'];
346 $vrsClient->mount( $prefix, [
'class' => $class,
'config' => $constructArg ] );
static applyDefaultParameters(array $params, Config $mainConfig)
A factory for application metric data.
static getMainWANInstance()
Get the main WAN cache object.
wfIsHHVM()
Check if we are running under HHVM.
SkinTemplate class for API output.
Apache License January AND DISTRIBUTION Definitions License shall mean the terms and conditions for use
static getLocalClusterInstance()
Get the main cluster-local cache object.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency MediaWikiServices
when a variable name is used in a it is silently declared as a new local masking the global
wfGetCache($cacheType)
Get a specific cache object.
wfIniGetBool($setting)
Safety wrapper around ini_get() for boolean settings.
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return an< a > element with HTML attributes $attribs and contents $html will be returned If you return $ret will be returned $skin
static configuration should be added through ResourceLoaderGetConfigVars instead can be used to get the real title after the basic globals have been set but before ordinary actions take place or wrap services the preferred way to define a new service is the $wgServiceWiringFiles array $services
This document is intended to provide useful advice for parties seeking to redistribute MediaWiki to end users It s targeted particularly at maintainers for Linux since it s been observed that distribution packages of MediaWiki often break We ve consistently had to recommend that users seeking support use official tarballs instead of their distribution s and this often solves whatever problem the user is having It would be nice if this could such as
SkinTemplate class for the fallback skin.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
static getLBFactoryClass(array $config)
Returns the LBFactory class to use and the load balancer configuration.
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when and is meant to be subclassed with other skins that may override some of its functions The User object contains a reference to a and so rather than having a global skin object we just rely on the global User and get the skin with $wgUser and also has some character encoding functions and other locale stuff The current user interface language is instantiated as and the local content language as $wgContLang
MediaWiki Logger LoggerFactory implements a PSR[0] compatible message logging system Named Psr Log LoggerInterface instances can be obtained from the MediaWiki Logger LoggerFactory::getInstance() static method.MediaWiki\Logger\LoggerFactory expects a class implementing the MediaWiki\Logger\Spi interface to act as a factory for new Psr\Log\LoggerInterface instances.The"Spi"in MediaWiki\Logger\Spi stands for"service provider interface".An SPI is an API intended to be implemented or extended by a third party.This software design pattern is intended to enable framework extension and replaceable components.It is specifically used in the MediaWiki\Logger\LoggerFactory service to allow alternate PSR-3 logging implementations to be easily integrated with MediaWiki.The service provider interface allows the backend logging library to be implemented in multiple ways.The $wgMWLoggerDefaultSpi global provides the classname of the default MediaWiki\Logger\Spi implementation to be loaded at runtime.This can either be the name of a class implementing the MediaWiki\Logger\Spi with a zero argument const ructor or a callable that will return an MediaWiki\Logger\Spi instance.Alternately the MediaWiki\Logger\LoggerFactory MediaWiki Logger LoggerFactory
Class to handle concurrent HTTP requests.
static applyDefaultConfig(array $lbConf, Config $mainConfig)
Allows to change the fields on the form that will be generated $name