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
Fieldset
Expanded.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Paypal\Block\Adminhtml\System\Config\Fieldset
;
7
8
use
Magento\Framework\Data\Form\Element\AbstractElement
;
9
13
class
Expanded
extends
\Magento\Config\Block\System\Config\Form\Fieldset
14
{
20
protected
$isCollapsedDefault
=
true
;
21
}
Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Expanded
Definition:
Expanded.php:13
Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Expanded\$isCollapsedDefault
$isCollapsedDefault
Definition:
Expanded.php:20
Magento\Paypal\Block\Adminhtml\System\Config\Fieldset
Definition:
Expanded.php:6
Magento\Framework\Data\Form\Element\AbstractElement
Definition:
AbstractElement.php:21