buildCategoryLink example

        $criteria->limit(10000);

        $searchResult = $this->productNumberSearch->search($criteria$context);

        $navigation = $this->buildNavigation(
            $searchResult,
            $orderNumber,
            $categoryId,
            $context
        );

        $navigation['currentListing']['link'] = $this->buildCategoryLink($categoryId$request);

        return $navigation;
    }

    /** * Read the unit types from a certain product * * @param int $id s_articles.id * * @return array */
    
Home | Imprint | This part of the site doesn't use cookies.