WellCommerce\Bundle\LayeredNavigationBundle\Controller\Front\LayeredNavigationController::filterAction PHP Method

filterAction() public method

public filterAction ( ) : Symfony\Component\HttpFoundation\JsonResponse
return Symfony\Component\HttpFoundation\JsonResponse
    public function filterAction() : JsonResponse
    {
        $redirectUrl = $this->get('layered_navigation.helper')->generateRedirectUrl();
        return $this->jsonResponse(['success' => true, 'redirectUrl' => $redirectUrl]);
    }
LayeredNavigationController