MediaWiki REL1_33
|
Class to handle file backend registration. More...
Public Member Functions | |
backendFromPath ( $storagePath) | |
Get an appropriate backend object from a storage path. | |
config ( $name) | |
Get the config array for a backend object with a given name. | |
get ( $name) | |
Get the backend object with a given name. | |
guessMimeInternal ( $storagePath, $content, $fsPath) | |
Static Public Member Functions | |
static | destroySingleton () |
Destroy the singleton instance. | |
static | singleton () |
Protected Member Functions | |
__construct () | |
initFromGlobals () | |
Register file backends from the global variables. | |
register (array $configs, $readOnlyReason=null) | |
Register an array of file backend configurations. | |
Protected Attributes | |
array | $backends = [] |
(name => ('class' => string, 'config' => array, 'instance' => object)) | |
Static Protected Attributes | |
static FileBackendGroup | $instance = null |
Class to handle file backend registration.
Definition at line 33 of file FileBackendGroup.php.
|
protected |
Definition at line 40 of file FileBackendGroup.php.
FileBackendGroup::backendFromPath | ( | $storagePath | ) |
Get an appropriate backend object from a storage path.
string | $storagePath |
Definition at line 217 of file FileBackendGroup.php.
References list, and FileBackend\splitStoragePath().
FileBackendGroup::config | ( | $name | ) |
Get the config array for a backend object with a given name.
string | $name |
InvalidArgumentException |
Definition at line 173 of file FileBackendGroup.php.
References $name, $section, FileJournal\factory(), LockManagerGroup\singleton(), wfTempDir(), and wfWikiID().
Referenced by get().
|
static |
Destroy the singleton instance.
Definition at line 58 of file FileBackendGroup.php.
Referenced by ForkController\prepareEnvironment(), MediaWikiTestCase\resetNonServiceCaches(), UploadFromUrlTestSuite\setUp(), RepoGroupTest\setUpForeignRepo(), UploadFromUrlTestSuite\tearDown(), RepoGroupTest\testForEachForeignRepoNone(), and RepoGroupTest\testHasForeignRepoNegative().
FileBackendGroup::get | ( | $name | ) |
Get the backend object with a given name.
string | $name |
InvalidArgumentException |
Definition at line 144 of file FileBackendGroup.php.
FileBackendGroup::guessMimeInternal | ( | $storagePath, | |
$content, | |||
$fsPath | |||
) |
string | $storagePath | |
string | null | $content | |
string | null | $fsPath |
Definition at line 233 of file FileBackendGroup.php.
References $content, $ext, $type, FileBackend\extensionFromPath(), TempFSFile\factory(), and wfTempDir().
|
protected |
Register file backends from the global variables.
Definition at line 65 of file FileBackendGroup.php.
References $wgDirectoryMode, $wgFileBackends, $wgForeignFileRepos, $wgLocalFileRepo, as, and wfConfiguredReadOnlyReason().
Register an array of file backend configurations.
array[] | $configs | |
string | null | $readOnlyReason |
InvalidArgumentException |
Definition at line 113 of file FileBackendGroup.php.
|
static |
Definition at line 46 of file FileBackendGroup.php.
References $instance.
Referenced by FileRepo\__construct(), ExternalStoreMwstore\batchFetchFromURLs(), CopyFileBackend\execute(), FileOpPerfTest\execute(), SyncFileBackend\execute(), ExternalStoreMwstore\fetchFromURL(), ExternalStoreMwstore\isReadOnly(), FileBackendTest\provider_testGetContentType(), and ExternalStoreMwstore\store().
|
protected |
(name => ('class' => string, 'config' => array, 'instance' => object))
Definition at line 38 of file FileBackendGroup.php.
|
staticprotected |
Definition at line 35 of file FileBackendGroup.php.
Referenced by singleton().