Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ConfigInterface.php
Go to the documentation of this file.
1 <?php
8 namespace Magento\Backend\App;
9 
15 interface ConfigInterface
16 {
26  public function getValue($path);
27 
37  public function setValue($path, $value);
38 
48  public function isSetFlag($path);
49 }
$value
Definition: gender.phtml:16