Log in
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 serves as a service contract that can be implemented by different classes to provide customer management functionality through a standardized API.

Public Methods

  • getCount()