ImportAdminController
class ImportAdminController extends Controller
Traits
Methods
Determines if the request was done by an automated script (with API token or ajax).
Shows the import admin page.
Shows the import admin page for a specific import which wasn't completed yet.
Show the view for an unfinished label tree import.
Show the view for an unfinished volume tree import.
Hides sensitive user credentials that should not be returned to the frontend.
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).
at line 21
Response
index()
Shows the import admin page.
at line 39
Response
show(ArchiveManager $manager, string $token)
Shows the import admin page for a specific import which wasn't completed yet.
at line 64
protected Response
showUserImport(UserImport $import, string $token)
Show the view for an unfinished user import.
at line 89
protected Response
showLabelTreeImport(LabelTreeImport $import, string $token)
Show the view for an unfinished label tree import.
at line 144
protected Response
showVolumeImport(VolumeImport $import, string $token)
Show the view for an unfinished volume tree import.
at line 193
array
hideUserCredentials(array $user)
Hides sensitive user credentials that should not be returned to the frontend.
Must be public to be used as a callable in map().