ThemeSettingsController
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
at line 53
JsonResponse
frontendThemeUploadJSONAction(ArrayCollection $themeSettingsAddJSON)
API route for theme upload
at line 68
JsonResponse
frontendThemeChangeJSONAction(ArrayCollection $themeSettingsChangeJSON)
API route for changing theme state
at line 83
JsonResponse
exportThemeAction(ArrayCollection $themeSettingsExportJSON)
API route for theme export
at line 98
JsonResponse
frontendThemeDeleteJSONAction(ArrayCollection $themeSettingsDeleteJSON)
API route for deleting themes
at line 113
JsonResponse
loadAllFrontendThemesJSONAction(ArrayCollection $themeSettingsManage)
API route for loading all frontend themes