Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
BmlPosition.php
Go to the documentation of this file.
1 <?php
8 
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 }
__()
Definition: __.php:13