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
StoreInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Store\Api\Data
;
7
14
interface
StoreInterface
extends
\Magento\Framework\Api\ExtensibleDataInterface
15
{
19
public
function
getId
();
20
25
public
function
setId
(
$id
);
26
30
public
function
getCode
();
31
36
public
function
setCode
(
$code
);
37
43
public
function
getName
();
44
51
public
function
setName
(
$name
);
52
56
public
function
getWebsiteId
();
57
62
public
function
setWebsiteId
(
$websiteId
);
63
67
public
function
getStoreGroupId
();
68
73
public
function
setIsActive
($isActive);
74
78
public
function
getIsActive
();
79
84
public
function
setStoreGroupId
(
$storeGroupId
);
85
91
public
function
getExtensionAttributes
();
92
99
public
function
setExtensionAttributes
(
100
\
Magento
\Store\Api\Data\StoreExtensionInterface
$extensionAttributes
101
);
102
}
Magento\Store\Api\Data\StoreInterface\getId
getId()
Magento\Store\Api\Data\StoreInterface\setName
setName($name)
$id
$id
Definition:
fieldset.phtml:14
Magento\Store\Api\Data
Definition:
GroupInterface.php:6
Magento\Store\Api\Data\StoreInterface\getIsActive
getIsActive()
Magento\Store\Api\Data\StoreInterface\getStoreGroupId
getStoreGroupId()
Magento\Store\Api\Data\StoreInterface\setIsActive
setIsActive($isActive)
Magento\Store\Api\Data\StoreInterface\getName
getName()
Magento\Store\Api\Data\StoreInterface\setCode
setCode($code)
Magento\Store\Api\Data\StoreInterface\setStoreGroupId
setStoreGroupId($storeGroupId)
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
Magento
Magento\Store\Api\Data\StoreInterface\getWebsiteId
getWebsiteId()
Magento\Store\Api\Data\StoreInterface\getCode
getCode()
Magento\Store\Api\Data\StoreInterface\setId
setId($id)
$storeGroupId
$storeGroupId
Definition:
website_attribute_sync_rollback.php:45
Magento\Framework\Api\ExtensibleDataInterface
Definition:
ExtensibleDataInterface.php:15
Magento\Store\Api\Data\StoreInterface
Definition:
StoreInterface.php:14
Magento\Store\Api\Data\StoreInterface\getExtensionAttributes
getExtensionAttributes()
$websiteId
$websiteId
Definition:
products_with_websites_and_stores.php:11
Magento\Store\Api\Data\StoreInterface\setExtensionAttributes
setExtensionAttributes(\Magento\Store\Api\Data\StoreExtensionInterface $extensionAttributes)
$code
$code
Definition:
info.phtml:12
Magento\Store\Api\Data\StoreInterface\setWebsiteId
setWebsiteId($websiteId)
$name
if(!isset($_GET['name'])) $name
Definition:
log.php:14