| Miscellaneous settings: $wgEventRelayerConfig | |
|---|---|
| Mapping of event channels (or channel categories) to EventRelayer configuration. |
|
| Introduced in version: | 1.27.0 (Gerrit change 261595; git #621487f6) |
| Removed in version: | still in use |
| Allowed values: | (array) |
| Default value: | see below |
| Other settings: Alphabetical | By function | |
Default value
| MediaWiki version: | ≥ 1.41 Gerrit change 929001 |
$wgEventRelayerConfig = [
'default' => [ 'class' => Wikimedia\EventRelayer\EventRelayerNull::class, ],
];
| MediaWiki versions: | 1.31 – 1.40 |
$wgEventRelayerConfig = [
'default' => [ 'class' => EventRelayerNull::class, ],
];
| MediaWiki versions: | 1.27 – 1.30 |
$wgEventRelayerConfig = [
'default' => [
'class' => 'EventRelayerNull',
]
];
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.