[RSS Feed/News] RM -> How can i manipulate getCategoryListData for RM Cats List?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Code:

Code:
    public function getCategoryListData(\XFRM\Entity\Category $category = null)
    {
        $categoryRepo = $this->getCategoryRepo();
        $categories = $categoryRepo->getViewableCategories();
        $categoryTree = $categoryRepo->createCategoryTree($categories);
        $categoryExtras = $categoryRepo->getCategoryListExtras($categoryTree);

        return [
            'categories' => $categories,
            'categoryTree' => $categoryTree,
            'categoryExtras' =>...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom