Loading subcategories for a category in Magento 2

- Fire development, Magento 2

Magento 2 Development

If you don;t know how to load subcategories for a particular category in Magento 2, you’ve come to the right place. Below, we will explain this procedure.

Dmitry Fedyuk on Mage2.PRO recommends to utilize the \Magento\Catalog\Model\Category::getChildrenCategories() method.

This is how your code should look like on practice:

Source

More tips from the cookbook