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
magento2-base
dev
tests
functional
lib
Magento
Mtf
Page
BackendPage.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Mtf\Page
;
7
8
use Magento\Mtf\Factory\Factory;
9
15
class
BackendPage
extends
Page
16
{
22
protected
function
initUrl
()
23
{
24
$this->url = $_ENV[
'app_backend_url'
] . static::MCA;
25
}
26
33
public
function
open
(array
$params
= [])
34
{
35
Factory::getApp()->magentoBackendLoginUser();
36
return
parent::open(
$params
);
37
}
38
}
Magento\Mtf\Page\BackendPage
Definition:
BackendPage.php:15
Magento\Mtf\Page\BackendPage\initUrl
initUrl()
Definition:
BackendPage.php:22
Magento\Mtf\Page
Definition:
BackendPage.php:6
Magento\Mtf\Page\BackendPage\open
open(array $params=[])
Definition:
BackendPage.php:33
$params
$params[\Magento\Store\Model\StoreManager::PARAM_RUN_CODE]
Definition:
website.php:18