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
Block
Adminhtml
System
Config
BmlApiWizard.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Paypal\Block\Adminhtml\System\Config
;
8
9
class
BmlApiWizard
extends
ApiWizard
10
{
14
const
WIZARD_TEMPLATE
=
'Magento_Paypal::system/config/bml_api_wizard.phtml'
;
15
22
protected
function
_getElementHtml
(\
Magento
\Framework\Data\Form\Element\AbstractElement
$element
)
23
{
24
$originalData =
$element
->getOriginalData();
25
$this->
addData
(
26
[
27
'button_label'
=>
__
($originalData[
'button_label'
]),
28
'button_url'
=> $originalData[
'button_url'
],
29
'html_id'
=>
$element
->getHtmlId(),
30
]
31
);
32
return
$this->
_toHtml
();
33
}
34
}
Magento\Paypal\Block\Adminhtml\System\Config
Definition:
ApiWizard.php:6
Magento\Framework\DataObject\addData
addData(array $arr)
Definition:
DataObject.php:52
Magento\Paypal\Block\Adminhtml\System\Config\ApiWizard
Definition:
ApiWizard.php:11
__
__()
Definition:
__.php:13
Magento\Paypal\Block\Adminhtml\System\Config\BmlApiWizard
Definition:
BmlApiWizard.php:9
Magento\Paypal\Block\Adminhtml\System\Config\BmlApiWizard\_getElementHtml
_getElementHtml(\Magento\Framework\Data\Form\Element\AbstractElement $element)
Definition:
BmlApiWizard.php:22
Magento
Magento\Paypal\Block\Adminhtml\System\Config\BmlApiWizard\WIZARD_TEMPLATE
const WIZARD_TEMPLATE
Definition:
BmlApiWizard.php:14
Magento\Backend\Block\Template\_toHtml
_toHtml()
Definition:
Template.php:126
$element
$element
Definition:
element.phtml:12