class CategoryMapperController extends Controller

Class CategoryMapperController. Defines frontend routes for CategoryMapper

Methods

array
categoryMapperMapAction(ArrayCollection $categoryMapperMap)

Defines route for rendering category mapper page in admin

Response
categoryMapperMapJSONAction(ArrayCollection $categoryMapperMapJSON)

Defines json route for mapping erp categories

Response
categoryMapperReloadErpCategoriesJSONAction(ArrayCollection $categoryMapperReloadJSON)

Defines route for reloading erp categories

Details

at line 38
array categoryMapperMapAction(ArrayCollection $categoryMapperMap)

Defines route for rendering category mapper page in admin

Parameters

ArrayCollection $categoryMapperMap

Return Value

array

at line 51
Response categoryMapperMapJSONAction(ArrayCollection $categoryMapperMapJSON)

Defines json route for mapping erp categories

Parameters

ArrayCollection $categoryMapperMapJSON

Return Value

Response

at line 65
Response categoryMapperReloadErpCategoriesJSONAction(ArrayCollection $categoryMapperReloadJSON)

Defines route for reloading erp categories

Parameters

ArrayCollection $categoryMapperReloadJSON

Return Value

Response