Logidav Docs

ProductLabelDicionaryController extends Controller
in package

ProductLabelDicionaryController controller.

Tags
Route

("dictionary-label")

Table of Contents

Methods

addDicionaryAction()  : Response|null
add new label.
deleteLabelDicionaryAction()  : JsonResponse
delete labele.
dictionaryPaginateAction()  : JsonResponse
index dicionary.
paginateAjaxModaleDictionaryAction()  : JsonResponse
generate data for modale dicionary.

Methods

addDicionaryAction()

add new label.

public addDicionaryAction(Request $request, ProductLabelMatchDictionaryService $productlabelmatchdictionaryService, ProductLabelDictionaryService $productLabelDictionaryService) : Response|null
Parameters
$request : Request
$productlabelmatchdictionaryService : ProductLabelMatchDictionaryService
$productLabelDictionaryService : ProductLabelDictionaryService
Tags
Route

("/add-new-label", name="dictionary_label_add_label")

Return values
Response|null

paginateAjaxModaleDictionaryAction()

generate data for modale dicionary.

public paginateAjaxModaleDictionaryAction(ProductLabelDictionaryService $productLabelDictionaryService, Request $request) : JsonResponse
Parameters
$productLabelDictionaryService : ProductLabelDictionaryService
$request : Request
Tags
Route

("/modal-label-dictionary", name="dictionary_label_modal_paginate_change_dictionary")

Method

({"GET", "POST"})

Return values
JsonResponse

        
On this page

Search results