15 class Edit extends \Magento\Backend\Block\Widget\Form\Container
53 parent::__construct($context,
$data);
65 $this->_objectId =
'id';
66 $this->_controller =
'adminhtml_group';
67 $this->_blockGroup =
'Magento_Customer';
69 $this->buttonList->update(
'save',
'label',
__(
'Save Customer Group'));
70 $this->buttonList->update(
'delete',
'label',
__(
'Delete Customer Group'));
74 $this->buttonList->remove(
'delete');
87 return __(
'New Customer Group');
101 return 'icon-head head-customer-groups';
__construct(\Magento\Backend\Block\Widget\Context $context, \Magento\Framework\Registry $registry, GroupRepositoryInterface $groupRepository, GroupManagementInterface $groupManagement, array $data=[])
escapeHtml($data, $allowedTags=null)