Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-marketplace
Block
Index.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Marketplace\Block
;
8
13
class
Index
extends
\Magento\Backend\Block\Template
14
{
20
protected
$_urlBuilder
;
21
25
public
function
__construct
(\
Magento
\Backend\Block\Template\
Context
$context)
26
{
27
$this->_urlBuilder = $context->getUrlBuilder();
28
parent::__construct($context);
29
}
30
38
public
function
getUrl
($route =
''
,
$params
= [])
39
{
40
return
$this->_urlBuilder->getUrl($route,
$params
);
41
}
42
}
Magento\Backend\Block\Template
Definition:
Template.php:33
Magento\Marketplace\Block\Index\__construct
__construct(\Magento\Backend\Block\Template\Context $context)
Definition:
Index.php:25
Magento\Marketplace\Block\Index\$_urlBuilder
$_urlBuilder
Definition:
Index.php:20
Magento\Marketplace\Block\Index
Definition:
Index.php:13
Magento\Marketplace\Block\Index\getUrl
getUrl($route='', $params=[])
Definition:
Index.php:38
Magento\Marketplace\Block
Definition:
Index.php:7
Magento
Context
Definition:
ClassesForConstructorIntegrity.php:33
$params
$params[\Magento\Store\Model\StoreManager::PARAM_RUN_CODE]
Definition:
website.php:18