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
Model
System
Config
Source
BmlPosition.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Paypal\Model\System\Config\Source
;
8
9
class
BmlPosition
10
{
16
public
function
getBmlPositionsHP
()
17
{
18
return
[
19
'0'
=>
__
(
'Header (center)'
),
20
'1'
=>
__
(
'Sidebar (right)'
)
21
];
22
}
23
29
public
function
getBmlPositionsCCP
()
30
{
31
return
[
32
'0'
=>
__
(
'Header (center)'
),
33
'1'
=>
__
(
'Sidebar (right)'
)
34
];
35
}
36
42
public
function
getBmlPositionsCPP
()
43
{
44
return
[
45
'0'
=>
__
(
'Header (center)'
),
46
'1'
=>
__
(
'Near PayPal Credit checkout button'
)
47
];
48
}
49
55
public
function
getBmlPositionsCheckout
()
56
{
57
return
[
58
'0'
=>
__
(
'Header (center)'
),
59
'1'
=>
__
(
'Near PayPal Credit checkout button'
)
60
];
61
}
62
}
Magento\Paypal\Model\System\Config\Source\BmlPosition\getBmlPositionsCCP
getBmlPositionsCCP()
Definition:
BmlPosition.php:29
Magento\Paypal\Model\System\Config\Source
Definition:
BmlPosition.php:7
__
__()
Definition:
__.php:13
Magento\Paypal\Model\System\Config\Source\BmlPosition\getBmlPositionsCheckout
getBmlPositionsCheckout()
Definition:
BmlPosition.php:55
Magento\Paypal\Model\System\Config\Source\BmlPosition
Definition:
BmlPosition.php:9
Magento\Paypal\Model\System\Config\Source\BmlPosition\getBmlPositionsCPP
getBmlPositionsCPP()
Definition:
BmlPosition.php:42
Magento\Paypal\Model\System\Config\Source\BmlPosition\getBmlPositionsHP
getBmlPositionsHP()
Definition:
BmlPosition.php:16