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-integration
Block
Adminhtml
Integration
Edit
Tabs.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Integration\Block\Adminhtml\Integration\Edit
;
7
12
class
Tabs
extends
\Magento\Backend\Block\Widget\Tabs
13
{
20
protected
function
_construct
()
21
{
22
parent::_construct();
23
$this->setId(
'integration_edit_tabs'
);
24
$this->
setDestElementId
(
'edit_form'
);
25
$this->setTitle(
__
(
'Basic Settings'
));
26
}
27
}
__
__()
Definition:
__.php:13
Magento\Backend\Block\Widget\Tabs\setDestElementId
setDestElementId($elementId)
Definition:
Tabs.php:86
Magento\Integration\Block\Adminhtml\Integration\Edit
Definition:
FormTest.php:7
Magento\Integration\Block\Adminhtml\Integration\Edit\Tabs
Definition:
Tabs.php:12
Magento\Integration\Block\Adminhtml\Integration\Edit\Tabs\_construct
_construct()
Definition:
Tabs.php:20