Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $this->frontendUserGroupRepository = $this->objectManager->get('TYPO3\CMS\Extbase\Domain\Repository\FrontendUserGroupRepository');
  2. $usergroupObj = $this->frontendUserGroupRepository->findByUid(1);
  3.  
  4. config.tx_extbase.persistence.classes.TYPO3CMSExtbaseDomainModelFrontendUserGroup.mapping.tableName = fe_groups
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement