Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CustomerRepositoryInterface.php
Go to the documentation of this file.
1 <?php
8 namespace Magento\Customer\Api;
9 
16 {
27  public function save(\Magento\Customer\Api\Data\CustomerInterface $customer, $passwordHash = null);
28 
38  public function get($email, $websiteId = null);
39 
48  public function getById($customerId);
49 
61  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
62 
71 
80  public function deleteById($customerId);
81 }
$customer
Definition: customers.php:11
$email
Definition: details.phtml:13
$searchCriteria
save(\Magento\Customer\Api\Data\CustomerInterface $customer, $passwordHash=null)
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)