Method |
Description |
|
__construct ( ModuleBuilder $moduleBuilder ) |
|
|
create ( ) |
Show the form for creating a new module. |
|
destroy ( integer $id ) : Illuminate\Http\RedirectResponse |
Remove the specified module from storage. |
|
download ( $id ) |
|
|
edit ( integer $id ) |
Show the form for editing the module. |
|
getFormDropdowns ( $form_id ) : array |
Get all the dropdown fields, for the form |
|
getFormFields ( $id, $module_id = null ) : array |
Get al the form fields in a form as an associative array |
|
index ( ) |
Display a listing of the modules. |
|
store ( ) |
Store a newly created resource in storage. |
|
update ( integer $id ) : Illuminate\Http\RedirectResponse | BinaryFileResponse |
Update the specified menu entry in storage. |
|