|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
| $isBasic = $tabGroupCode == \Magento\Catalog\Block\Adminhtml\Product\Edit\Tabs::BASIC_TAB_GROUP_CODE | |
| $activeCollapsible = $block->isAdvancedTabGroupActive() ? true : false | |
| if(! $isBasic) if(! $isBasic) if(! $isBasic) foreach( $tabs as $_tab)(! $block->canShowTab($_tab)|| $_tab->getParentTab()||($_tab->getGroupCode() && $_tab->getGroupCode() !=$tabGroupCode)||(! $_tab->getGroupCode() && $isBasic)) | endif = $block->getUiId('tab', $tabGroupId) |
| $_tabClass $_tabType $_tabHref if($block->getTabIsHidden($_tab)) | endforeach = $block->getAccordion($_tab) |
| $activeCollapsible = $block->isAdvancedTabGroupActive() ? true : false |
Definition at line 32 of file tabs.phtml.
| $isBasic = $tabGroupCode == \Magento\Catalog\Block\Adminhtml\Product\Edit\Tabs::BASIC_TAB_GROUP_CODE |
Definition at line 31 of file tabs.phtml.
| endforeach = $block->getAccordion($_tab) |
Definition at line 101 of file tabs.phtml.
| endif = $block->getUiId('tab', $tabGroupId) |
Definition at line 59 of file tabs.phtml.