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
StoreRepositoryInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Store\Api
;
7
8
use
Magento\Framework\Exception\NoSuchEntityException
;
9
use
Magento\Store\Model\StoreIsInactiveException
;
10
17
interface
StoreRepositoryInterface
18
{
26
public
function
get
(
$code
);
27
36
public
function
getActiveStoreByCode
(
$code
);
37
46
public
function
getActiveStoreById
(
$id
);
47
55
public
function
getById
(
$id
);
56
62
public
function
getList
();
63
69
public
function
clean
();
70
}
Magento\Store\Api\StoreRepositoryInterface\getList
getList()
$id
$id
Definition:
fieldset.phtml:14
Magento\Store\Api\StoreRepositoryInterface\getById
getById($id)
Magento\Store\Api\StoreRepositoryInterface\getActiveStoreByCode
getActiveStoreByCode($code)
Magento\Store\Api\StoreRepositoryInterface\clean
clean()
Magento\Store\Api
Definition:
GroupRepositoryTest.php:7
Magento\Store\Api\StoreRepositoryInterface
Definition:
StoreRepositoryInterface.php:17
Magento\Store\Api\StoreRepositoryInterface\getActiveStoreById
getActiveStoreById($id)
Magento\Store\Model\StoreIsInactiveException
Definition:
StoreIsInactiveException.php:15
$code
$code
Definition:
info.phtml:12
Magento\Framework\Exception\NoSuchEntityException
Definition:
NoSuchEntityException.php:16