Magento 2: How to Get Category List. Use Search Criteria.
Introduction Sometime we need to load Category List while developing something for Magento 2. And there are a few ways to do it. But in this small chapter we will use the right way. Solution The right way to load Category List includes two things: use CategoryListInterface to get the list of categories use Search Criteria to build a query Here is the basic code to load Category List. This code will load All Categories, becuase we are using empty Search Criteria....