Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
StoreRepositoryInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Store\Api;
7 
10 
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 }
$id
Definition: fieldset.phtml:14
$code
Definition: info.phtml:12