CorpusController
class CorpusController extends Controller
Class CorpusController
Traits
AuthorizesRequests
DispatchesJobs
ValidatesRequests
Properties
protected | $GitRepoService | ||
protected | $LaudatioUtilService | ||
protected | $elasticService | ||
protected | $flysystem | ||
protected | $GitLabService |
Methods
__construct(GitRepoInterface $GitRepoService, FlysystemManager $flysystem, LaudatioUtilsInterface $laudatioUtils, ElasticsearchInterface $elasticService, GitLabInterface $GitLabService)
CorpusController constructor.
Response
index()
index: Display a listing of the resource.
RedirectResponse
RedirectResponse
store(Request $request)
store:Store a newly created resource in storage.
RedirectResponse
store_untitled(Request $request)
store_untitled: Store a newly created resource in storage.
$this
destroy(Request $request)
destroy
mixed
destroyCorpusContent(Request $request)
destroyCorpusContent
mixed
usersAndRolesForAssignment(Request $request)
usersAndRolesForAssignment
Factory|View
destroyCorpusUser($corpusId, $userId)
destroyCorpusUser
$this
Details
at line 45
__construct(GitRepoInterface $GitRepoService, FlysystemManager $flysystem, LaudatioUtilsInterface $laudatioUtils, ElasticsearchInterface $elasticService, GitLabInterface $GitLabService)
CorpusController constructor.
at line 61
Response
index()
index: Display a listing of the resource.
at line 89
RedirectResponse
create(CorpusProject $corpusproject)
create a Corpus
at line 176
RedirectResponse
store(Request $request)
store:Store a newly created resource in storage.
at line 217
RedirectResponse
store_untitled(Request $request)
store_untitled: Store a newly created resource in storage.
at line 262
$this
show(Corpus $corpus, string $path = "", string $show = "")
show
at line 360
$this
edit(Corpus $corpus)
edit
at line 658
$this
update(Request $request, Corpus $corpus)
update
at line 710
$this
destroy(Request $request)
destroy
at line 820
mixed
destroyCorpusContent(Request $request)
destroyCorpusContent
at line 897
mixed
usersAndRolesForAssignment(Request $request)
usersAndRolesForAssignment
at line 961
Factory|View
destroyCorpusUser($corpusId, $userId)
destroyCorpusUser