UserFrosting API

FilesystemManager extends FilesystemManager

Filesystem disk manager service.

Tags
author

Louis Charette

Table of Contents

$config The config service. Repository
__construct() Create a new filesystem manager instance. mixed
callCustomCreator() Call a custom driver creator. Filesystem
getConfig() Get the filesystem connection configuration. array
getDefaultDriver() Get the default driver name. string
getDefaultCloudDriver() Get the default cloud driver name. string

Properties

Methods

callCustomCreator()

Call a custom driver creator.

protected callCustomCreator( $config : array ) : Filesystem
Parameters
$config : array
Return values
Filesystem

getConfig()

Get the filesystem connection configuration.

protected getConfig( $name : string ) : array
Parameters
$name : string
Return values
array

getDefaultDriver()

Get the default driver name.

public getDefaultDriver( ) : string
Return values
string

getDefaultCloudDriver()

Get the default cloud driver name.

public getDefaultCloudDriver( ) : string
Return values
string

Search results