Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function removeAllGroupsForUser(\TYPO3\CMS\Extbase\Domain\Model\FrontendUser $feUserObj) {
- foreach ($feUserObj->getUserGroup() as $feUserGroupObj) {
- $feUserObj->removeUsergroup( $feUserGroupObj );
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement