Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ScopeInterface.php
Go to the documentation of this file.
1 <?php
8 
12 interface ScopeInterface
13 {
17  public function getValue();
18 
22  public function getIdentifier();
23 
27  public function getFallback();
28 }