- /**
- * Retrieve config value by path and scope.
- *
- * @param string $path The path through the tree of configuration values, e.g., 'general/store_information/name'
- * @param string $scopeType The scope to use to determine config value, e.g., 'store' or 'default'
- * @param null|string $scopeCode
- * @return mixed
- */
- public function getValue($path, $scopeType = ScopeConfigInterface::SCOPE_TYPE_DEFAULT, $scopeCode = null);