Log in
Model

CustomerManagement

Magento\Customer\Model\CustomerManagement

What it does

This class provides customer management functionality, specifically retrieving the total count of customers in the system.

Developers would use this class when they need to get the total number of customer accounts, such as for dashboard statistics, reporting, or analytics features.

It implements the CustomerManagementInterface and serves as a service layer for customer-related operations.

Public Methods

  • getCount()