|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| getAttributeTabBlock () | |
| setAttributeTabBlock ($attributeTabBlock) | |
| getCategoryAttributeTabBlock () | |
| setCategoryAttributeTabBlock ($attributeTabBlock) | |
Public Member Functions inherited from AbstractHelper | |
| __construct (Context $context) | |
| isModuleOutputEnabled ($moduleName=null) | |
Protected Attributes | |
| $_attributeTabBlock = null | |
| $_categoryAttributeTabBlock | |
Protected Attributes inherited from AbstractHelper | |
| $_moduleName | |
| $_request | |
| $_moduleManager | |
| $_logger | |
| $_urlBuilder | |
| $_httpHeader | |
| $_eventManager | |
| $_remoteAddress | |
| $urlEncoder | |
| $urlDecoder | |
| $scopeConfig | |
| $_cacheConfig | |
Additional Inherited Members | |
Protected Member Functions inherited from AbstractHelper | |
| _getRequest () | |
| _getModuleName () | |
| _getUrl ($route, $params=[]) | |
Adminhtml Catalog helper
Definition at line 13 of file Catalog.php.
| getAttributeTabBlock | ( | ) |
Retrieve Attribute Tab Block Name for Product Edit
Definition at line 34 of file Catalog.php.
| getCategoryAttributeTabBlock | ( | ) |
Retrieve Attribute Tab Block Name for Category Edit
Definition at line 56 of file Catalog.php.
| setAttributeTabBlock | ( | $attributeTabBlock | ) |
Set Custom Attribute Tab Block Name for Product Edit
| string | $attributeTabBlock |
Definition at line 45 of file Catalog.php.
| setCategoryAttributeTabBlock | ( | $attributeTabBlock | ) |
Set Custom Attribute Tab Block Name for Category Edit
| string | $attributeTabBlock |
Definition at line 67 of file Catalog.php.
|
protected |
Definition at line 20 of file Catalog.php.
|
protected |
Definition at line 27 of file Catalog.php.