class PendingVolumeController extends Controller

Traits

AuthorizesRequests
ValidatesRequests

Methods

bool
isAutomatedRequest(Request $request = null)

Determines if the request was done by an automated script (with API token or ajax).

RedirectResponse
fuzzyRedirect()

Redirects to the _redirect URL, to a route or else back.

store(StorePendingVolume $request)

Creates a new pending volume associated to the specified project.

storeVolume(StorePendingVolumeFromVolume $request)

Creates a new pending volume based on an existing volume.

update(UpdatePendingVolume $request)

Update a pending volume to create an actual volume

destroy(Request $request)

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).

Parameters

Request $request

Return Value

bool

in Controller at line 15
protected RedirectResponse fuzzyRedirect()

Redirects to the _redirect URL, to a route or else back.

Return Value

RedirectResponse

at line 54
store(StorePendingVolume $request)

Creates a new pending volume associated to the specified project.

Parameters

StorePendingVolume $request

at line 87
storeVolume(StorePendingVolumeFromVolume $request)

Creates a new pending volume based on an existing volume.

Parameters

StorePendingVolumeFromVolume $request

at line 157
update(UpdatePendingVolume $request)

Update a pending volume to create an actual volume

Parameters

UpdatePendingVolume $request

at line 237
destroy(Request $request)

Delete a pending volume

Parameters

Request $request ]