trait SupportsFileUploadFields (View source)

Methods

bool
deleteUploadedFile(string $statePath, string $fileKey)

No description

array|null
getUploadedFiles(string $statePath)

No description

bool
removeUploadedFile(string $statePath, string $fileKey)

No description

bool
reorderUploadedFiles(string $statePath, array $fileKeys)

No description

Details

bool deleteUploadedFile(string $statePath, string $fileKey)

No description

Parameters

string $statePath
string $fileKey

Return Value

bool

array|null getUploadedFiles(string $statePath)

No description

Parameters

string $statePath

Return Value

array|null

bool removeUploadedFile(string $statePath, string $fileKey)

No description

Parameters

string $statePath
string $fileKey

Return Value

bool

bool reorderUploadedFiles(string $statePath, array $fileKeys)

No description

Parameters

string $statePath
array $fileKeys

Return Value

bool