Definition at line 14 of file UrlBuilder.php.
◆ __construct()
- Parameters
-
\Magento\Framework\UrlInterface | $urlBuilder | |
\Magento\Framework\App\Config\ScopeConfigInterface | $scopeConfig | |
Definition at line 30 of file UrlBuilder.php.
35 $this->config = $scopeConfig;
◆ getUrl()
getUrl |
( |
array |
$queryParams = [] | ) |
|
- Parameters
-
- Returns
- string
Implements UrlBuilderInterface.
Definition at line 42 of file UrlBuilder.php.
44 if (!$this->config->getValue(
'rss/config/active', \
Magento\Store\Model\ScopeInterface::SCOPE_STORE)) {
48 return $this->urlBuilder->getUrl(
'rss/feed/index', $queryParams);
◆ $config
◆ $urlBuilder
The documentation for this class was generated from the following file: