Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
StoreCookieManagerInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Store\Api;
8 
10 
18 {
22  public function getStoreCodeFromCookie();
23 
28  public function setStoreCookie(StoreInterface $store);
29 
34  public function deleteStoreCookie(StoreInterface $store);
35 }