Interface
CustomerManagementInterface
Magento\Customer\Api\CustomerManagementInterface
What it does
This interface defines a contract for managing customer-related operations in Magento 2.
Developers use this interface to retrieve the total count of customers in the system.
It's typically implemented by service classes that need to provide customer statistics or aggregate data for reporting and analytics purposes.
Public Methods
- getCount()