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
GroupRepositoryInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Customer\Api
;
7
13
interface
GroupRepositoryInterface
14
{
26
public
function
save
(\
Magento
\Customer\Api\Data\
GroupInterface
$group
);
27
36
public
function
getById
(
$id
);
37
52
public
function
getList
(\
Magento
\Framework\Api\SearchCriteriaInterface
$searchCriteria
);
53
62
public
function
delete
(
\Magento\Customer\Api\Data\GroupInterface
$group
);
63
73
public
function
deleteById
(
$id
);
74
}
Magento\Customer\Api\GroupRepositoryInterface\getList
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
$id
$id
Definition:
fieldset.phtml:14
Magento\Customer\Api\GroupRepositoryInterface\getById
getById($id)
$group
$group
Definition:
sections.phtml:16
$searchCriteria
$searchCriteria
Definition:
order_rollback.php:16
Magento\Customer\Api\GroupRepositoryInterface\deleteById
deleteById($id)
Magento
Magento\Customer\Api
Definition:
AccountManagementCustomAttributesTest.php:6
Magento\Customer\Api\GroupRepositoryInterface
Definition:
GroupRepositoryInterface.php:13
Magento\Customer\Api\GroupRepositoryInterface\save
save(\Magento\Customer\Api\Data\GroupInterface $group)
Magento\Customer\Api\Data\GroupInterface
Definition:
GroupInterface.php:17