Skip to content

Instantly share code, notes, and snippets.

@6ui11em
Created October 31, 2018 14:53
Show Gist options
  • Save 6ui11em/f31e736f023e3b17c083903650968b7a to your computer and use it in GitHub Desktop.
Save 6ui11em/f31e736f023e3b17c083903650968b7a to your computer and use it in GitHub Desktop.
Magento 2 get config value #magento2 #config #core_config
/* Constructor */
\Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig
$this->scopeConfig = $scopeConfig
/* Use */
$this->scopeConfig->getValue('dev/debug/template_hints', \Magento\Store\Model\ScopeInterface::SCOPE_STORE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment