12 class Edit extends \Magento\Backend\Block\Widget\Tabs
30 \
Magento\Framework\Json\EncoderInterface $jsonEncoder,
31 \
Magento\Backend\Model\Auth\Session $authSession,
36 parent::__construct($context, $jsonEncoder, $authSession,
$data);
47 $this->setId(
'role_info_tabs');
49 $this->setTitle(
__(
'Role Information'));
57 $role = $this->_coreRegistry->registry(
'current_role');
68 'label' =>
__(
'Role Users'),
69 'title' =>
__(
'Role Users'),
70 'content' => $this->
getLayout()->createBlock(
78 return parent::_prepareLayout();
__construct(\Magento\Backend\Block\Template\Context $context, \Magento\Framework\Json\EncoderInterface $jsonEncoder, \Magento\Backend\Model\Auth\Session $authSession, \Magento\Framework\Registry $registry, array $data=[])