Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-customer
Api
CustomerRepositoryInterface.php
Go to the documentation of this file.
1
<?php
8
namespace
Magento\Customer\Api
;
9
15
interface
CustomerRepositoryInterface
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
70
public
function
delete
(
\Magento\Customer\Api\Data\CustomerInterface
$customer
);
71
80
public
function
deleteById
(
$customerId
);
81
}
Magento\Customer\Api\CustomerRepositoryInterface\deleteById
deleteById($customerId)
$customer
$customer
Definition:
customers.php:11
$email
$email
Definition:
details.phtml:13
$searchCriteria
$searchCriteria
Definition:
order_rollback.php:16
Magento\Customer\Api\CustomerRepositoryInterface\getById
getById($customerId)
Magento\Customer\Api\CustomerRepositoryInterface\save
save(\Magento\Customer\Api\Data\CustomerInterface $customer, $passwordHash=null)
$customerId
$customerId
Definition:
quote_with_customer.php:16
Magento\Customer\Api\CustomerRepositoryInterface
Definition:
CustomerRepositoryInterface.php:15
Magento\Customer\Api\CustomerRepositoryInterface\getList
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
Magento
Magento\Customer\Api\Data\CustomerInterface
Definition:
CustomerInterface.php:13
Magento\Customer\Api
Definition:
AccountManagementCustomAttributesTest.php:6
$websiteId
$websiteId
Definition:
products_with_websites_and_stores.php:11