UserGroups ​
- Type
- Class
- Namespace
- craft\web\twig\variables
- Inherits
- craft\web\twig\variables\UserGroups
- Since
- 3.0.0
- Deprecated in
- in 3.0.0
User group functions.
Public Methods ​
Method | Description |
---|---|
getAllGroups() | Returns all user groups. |
getGroupByHandle() | Gets a user group by its handle. |
getGroupById() | Gets a user group by its ID. |
getAllGroups()
​
Returns all user groups.
Arguments ​
Returns ​
getGroupByHandle()
​
Gets a user group by its handle.
Arguments ​
$groupHandle
(string)
Returns ​
getGroupById()
​
Gets a user group by its ID.
Arguments ​
$groupId
(integer)