Log in
Model

CategoryManagement

Magento\Catalog\Model\CategoryManagement

What it does

CategoryManagement provides API operations for managing Magento's category structure.

Developers use this class to retrieve the category tree hierarchy, move categories to different positions within the tree, and get a count of all active categories.

It serves as the main service layer for programmatically working with category organization and structure.

Public Methods

  • getTree()
  • move()
  • getCount()