removeGroup() public method

Remove a group from the user groups
public removeGroup ( FOS\UserBundle\Model\GroupInterface $group ) : null
$group FOS\UserBundle\Model\GroupInterface
return null
Example #1
0
 public function removeSecurityGroup(GroupInterface $group)
 {
     return parent::removeGroup($group);
 }