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-store
Api
Data
GroupInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Store\Api\Data
;
7
14
interface
GroupInterface
extends
\Magento\Framework\Api\ExtensibleDataInterface
15
{
19
public
function
getId
();
20
25
public
function
setId
(
$id
);
26
30
public
function
getWebsiteId
();
31
36
public
function
setWebsiteId
(
$websiteId
);
37
41
public
function
getRootCategoryId
();
42
47
public
function
setRootCategoryId
(
$rootCategoryId
);
48
52
public
function
getDefaultStoreId
();
53
58
public
function
setDefaultStoreId
($defaultStoreId);
59
63
public
function
getName
();
64
69
public
function
setName
(
$name
);
70
78
public
function
getCode
();
79
87
public
function
setCode
(
$code
);
88
94
public
function
getExtensionAttributes
();
95
102
public
function
setExtensionAttributes
(
103
\
Magento
\Store\Api\Data\GroupExtensionInterface
$extensionAttributes
104
);
105
}
Magento\Store\Api\Data\GroupInterface\setId
setId($id)
Magento\Store\Api\Data\GroupInterface\setRootCategoryId
setRootCategoryId($rootCategoryId)
Magento\Store\Api\Data\GroupInterface\setWebsiteId
setWebsiteId($websiteId)
Magento\Store\Api\Data\GroupInterface\getWebsiteId
getWebsiteId()
Magento\Store\Api\Data\GroupInterface\setExtensionAttributes
setExtensionAttributes(\Magento\Store\Api\Data\GroupExtensionInterface $extensionAttributes)
$id
$id
Definition:
fieldset.phtml:14
Magento\Store\Api\Data
Definition:
GroupInterface.php:6
Magento\Store\Api\Data\GroupInterface\getDefaultStoreId
getDefaultStoreId()
Magento\Store\Api\Data\GroupInterface\setDefaultStoreId
setDefaultStoreId($defaultStoreId)
Magento\Store\Api\Data\GroupInterface
Definition:
GroupInterface.php:14
Magento\Store\Api\Data\GroupInterface\getName
getName()
Magento\Store\Api\Data\GroupInterface\setName
setName($name)
Magento\Store\Api\Data\GroupInterface\getExtensionAttributes
getExtensionAttributes()
Magento\Store\Api\Data\GroupInterface\getId
getId()
Magento\Store\Api\Data\GroupInterface\setCode
setCode($code)
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
Magento
Magento\Framework\Api\ExtensibleDataInterface
Definition:
ExtensibleDataInterface.php:15
Magento\Store\Api\Data\GroupInterface\getCode
getCode()
$websiteId
$websiteId
Definition:
products_with_websites_and_stores.php:11
$rootCategoryId
$rootCategoryId
Definition:
websites_with_stores.php:33
$code
$code
Definition:
info.phtml:12
Magento\Store\Api\Data\GroupInterface\getRootCategoryId
getRootCategoryId()
$name
if(!isset($_GET['name'])) $name
Definition:
log.php:14