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-paypal
Controller
Express
Start.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Paypal\Controller\Express
;
8
9
use
Magento\Framework\App\Action\HttpGetActionInterface
as HttpGetActionInterface;
10
11
class
Start
extends
\Magento\Paypal\Controller\Express\AbstractExpress\Start implements HttpGetActionInterface
12
{
18
protected
$_configType
= \Magento\Paypal\Model\Config::class;
19
25
protected
$_configMethod
=
\Magento\Paypal\Model\Config::METHOD_WPP_EXPRESS
;
26
32
protected
$_checkoutType
= \Magento\Paypal\Model\Express\Checkout::class;
33
}
Magento\Framework\App\Action\HttpGetActionInterface
Definition:
HttpGetActionInterface.php:16
Magento\Paypal\Model\AbstractConfig\METHOD_WPP_EXPRESS
const METHOD_WPP_EXPRESS
Definition:
AbstractConfig.php:33
Magento\Paypal\Controller\Express\Start
Definition:
Start.php:11
Magento\Paypal\Controller\Express\Start\$_configMethod
$_configMethod
Definition:
Start.php:25
Magento\Paypal\Controller\Express\Start\$_configType
$_configType
Definition:
Start.php:18
Magento\Paypal\Controller\Express
Magento\Paypal\Controller\Express\Start\$_checkoutType
$_checkoutType
Definition:
Start.php:32