Manuel:$wgEventRelayerConfig
Autres: $wgEventRelayerConfig | |
---|---|
Mappage des canaux d’événements (ou catégories de canaux) à la configuration EventRelayer. |
|
Introduit dans la version : | 1.27.0 (Gerrit change 261595; git #621487f6) |
Retiré dans la version : | Encore utilisé |
Valeurs autorisées : | (tableau) |
Valeur par défaut : | voir ci-dessous |
Autres paramètres : Alphabétique | Par fonction |
Valeur par défaut
Version de MediaWiki : | ≥ 1.41 Gerrit change 929001 |
$wgEventRelayerConfig = [
'default' => [ 'class' => Wikimedia\EventRelayer\EventRelayerNull::class, ],
];
Versions de MediaWiki : | 1.31 – 1.40 |
$wgEventRelayerConfig = [
'default' => [ 'class' => EventRelayerNull::class, ],
];
Versions de MediaWiki : | 1.27 – 1.30 |
$wgEventRelayerConfig = [
'default' => [
'class' => 'EventRelayerNull',
]
];