ExportAreaController
class ExportAreaController 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).
from
Controller
RedirectResponse
fuzzyRedirect()
Redirects to the _redirect URL, to a route or else back.
from
Controller
array
show(int $id)
Show the export area of the volume.
store(Request $request, int $id)
Set the export area.
destroy(int $id)
Remove the export area.
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 30
array
show(int $id)
Show the export area of the volume.
at line 56
store(Request $request, int $id)
Set the export area.
at line 84
destroy(int $id)
Remove the export area.