PendingVolumeController
class PendingVolumeController extends Controller
Traits
Constants
CREATE_SYNC_LIMIT |
Limit for the number of files above which volume files are created asynchronously. |
Methods
Determines if the request was done by an automated script (with API token or ajax).
Redirects to the _redirect URL, to a route or else back.
Creates a new pending volume associated to the specified project.
Creates a new pending volume based on an existing volume.
Delete a pending volume
Details
in
Controller at line 21
bool
isAutomatedRequest(Request $request = null)
Determines if the request was done by an automated script (with API token or ajax).
in
Controller at line 15
protected RedirectResponse
fuzzyRedirect()
Redirects to the _redirect URL, to a route or else back.
at line 62
store(StorePendingVolume $request)
Creates a new pending volume associated to the specified project.
at line 95
storeVolume(StorePendingVolumeFromVolume $request)
Creates a new pending volume based on an existing volume.
at line 165
update(UpdatePendingVolume $request)
Update a pending volume to create an actual volume
at line 245
destroy(Request $request)
Delete a pending volume