class ThemeSettingsController extends Controller

Class ThemeSettingsController defines routes for theme settings

Methods

array
frontendThemeUploadAction()

Backend route for theme managing

JsonResponse
frontendThemeUploadJSONAction(ArrayCollection $themeSettingsAddJSON)

API route for theme upload

JsonResponse
frontendThemeChangeJSONAction(ArrayCollection $themeSettingsChangeJSON)

API route for changing theme state

JsonResponse
exportThemeAction(ArrayCollection $themeSettingsExportJSON)

API route for theme export

JsonResponse
frontendThemeDeleteJSONAction(ArrayCollection $themeSettingsDeleteJSON)

API route for deleting themes

JsonResponse
loadAllFrontendThemesJSONAction(ArrayCollection $themeSettingsManage)

API route for loading all frontend themes

Details

at line 38
array frontendThemeUploadAction()

Backend route for theme managing

Return Value

array

at line 53
JsonResponse frontendThemeUploadJSONAction(ArrayCollection $themeSettingsAddJSON)

API route for theme upload

Parameters

ArrayCollection $themeSettingsAddJSON

Return Value

JsonResponse

See also

ThemeSettingsAddJSONConverter

at line 68
JsonResponse frontendThemeChangeJSONAction(ArrayCollection $themeSettingsChangeJSON)

API route for changing theme state

Parameters

ArrayCollection $themeSettingsChangeJSON

Return Value

JsonResponse

See also

ThemeSettingsChangeJSONConverter

at line 83
JsonResponse exportThemeAction(ArrayCollection $themeSettingsExportJSON)

API route for theme export

Parameters

ArrayCollection $themeSettingsExportJSON

Return Value

JsonResponse

See also

ThemeSettingsExportJSONConverter

at line 98
JsonResponse frontendThemeDeleteJSONAction(ArrayCollection $themeSettingsDeleteJSON)

API route for deleting themes

Parameters

ArrayCollection $themeSettingsDeleteJSON

Return Value

JsonResponse

See also

ThemeSettingsDeleteJSONConverter

at line 113
JsonResponse loadAllFrontendThemesJSONAction(ArrayCollection $themeSettingsManage)

API route for loading all frontend themes

Parameters

ArrayCollection $themeSettingsManage

Return Value

JsonResponse

See also

ThemeSettingsManageConverter