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
Field
Enable
AbstractEnable.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Paypal\Block\Adminhtml\System\Config\Field\Enable
;
7
8
use
Magento\Config\Block\System\Config\Form\Field
;
9
13
abstract
class
AbstractEnable
extends
Field
14
{
29
public
function
getUiId
($arg1 =
null
, $arg2 =
null
, $arg3 =
null
, $arg4 =
null
, $arg5 =
null
)
30
{
31
return
parent::getUiId($arg1, $arg2, $arg3, $arg4, $arg5)
32
.
'data-enable="'
. $this->
getDataAttributeName
().
'" '
;
33
}
34
41
public
function
render
(\
Magento
\Framework\Data\Form\Element\AbstractElement
$element
)
42
{
43
$element
->setRenderer($this);
44
return
parent::render(
$element
);
45
}
46
52
abstract
protected
function
getDataAttributeName
();
53
}
Magento\Paypal\Block\Adminhtml\System\Config\Field\Enable
Definition:
AbstractEnable.php:6
Magento\Config\Block\System\Config\Form\Field
Definition:
Field.php:17
Magento\Paypal\Block\Adminhtml\System\Config\Field\Enable\AbstractEnable
Definition:
AbstractEnable.php:13
Magento\Config\Block\System\Config\Form\Field
Definition:
Datetime.php:6
Magento
Magento\Paypal\Block\Adminhtml\System\Config\Field\Enable\AbstractEnable\render
render(\Magento\Framework\Data\Form\Element\AbstractElement $element)
Definition:
AbstractEnable.php:41
Magento\Paypal\Block\Adminhtml\System\Config\Field\Enable\AbstractEnable\getDataAttributeName
getDataAttributeName()
Magento\Paypal\Block\Adminhtml\System\Config\Field\Enable\AbstractEnable\getUiId
getUiId($arg1=null, $arg2=null, $arg3=null, $arg4=null, $arg5=null)
Definition:
AbstractEnable.php:29
$element
$element
Definition:
element.phtml:12