Manual:$wgFileBackends

From MediaWiki.org
Jump to: navigation, search
Uploads: $wgFileBackends
File backend structure configuration.
Introduced in version: 1.19.0
Removed in version: still in use
Allowed values: (array)
Default value: array() (FSFileBackend is registered in another way)

Other settings: Alphabetical | By Function


Details [edit]

This is an array of file backend configuration arrays. Each backend configuration has the following parameters:

name
A unique name for the backend
class
The file backend class to use
wikiId
A unique string that identifies the wiki (container prefix)
lockManager
The name of a lock manager (see $wgLockManagers)
Additional parameters are specific to the class used.
Language: English