AjaxRoutes.php 471 B

12345678910111213141516
  1. <?php
  2. return [
  3. 'mrm_be_dkz_branch' => [
  4. 'path' => '/dkz/branch',
  5. 'target' => \Meramo\mrm_be\Controller\DKZController::class . '::getBranchAction',
  6. ],
  7. 'mrm_be_dkz_lists' => [
  8. 'path' => '/dkz/lists',
  9. 'target' => \Meramo\mrm_be\Controller\DKZController::class . '::getListsAction',
  10. ],
  11. 'mrm_be_dkz_search' => [
  12. 'path' => '/dkz/search',
  13. 'target' => \Meramo\mrm_be\Controller\DKZController::class . '::getSearchedAction',
  14. ],
  15. ];