Guest User

Untitled

a guest
Mar 21st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. public function getSubcategoryByUrlkey($url_key)
  2. {
  3.  
  4. $categoryCollection = $this->_categoryCollectionFactory->create()
  5. ->addAttributeToFilter('url_key',$url_key)->getFirstItem();
  6.  
  7. echo $categoryCollection->getSelect(); exit;
  8.  
  9. return $childs = $categoryCollection->getChildrenCategories();
  10.  
  11. }
Add Comment
Please, Sign In to add comment