Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * @return $this
- */
- protected function _prepareLayout()
- {
- $this->setChild(
- 'userGrid',
- $this->getLayout()->createBlock(MagentoUserBlockRoleGridUser::class, 'roleUsersGrid')
- );
- return parent::_prepareLayout();
- }
Add Comment
Please, Sign In to add comment