ImportController
class ImportController 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
View
index()
Shows the import admin page.
at line 39
View
show(ArchiveManager $manager, string $token)
Shows the import admin page for a specific import which wasn't completed yet.
at line 64
protected View
showUserImport(UserImport $import, string $token)
Show the view for an unfinished user import.
at line 89
protected View
showLabelTreeImport(LabelTreeImport $import, string $token)
Show the view for an unfinished label tree import.
at line 139
protected View
showVolumeImport(VolumeImport $import, string $token)
Show the view for an unfinished volume tree import.
at line 186
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().