Skip to content

CategoryGroups ​

Type
Class
Namespace
craft\web\twig\variables
Inherits
craft\web\twig\variables\CategoryGroups
Since
3.0.0
Deprecated in
in 3.0.0

Class CategoryGroupsVariable

View source

Public Methods ​

MethodDescription
getAllGroupIds()Returns all of the group IDs.
getAllGroups()Returns all category groups.
getEditableGroupIds()Returns all of the category group IDs that are editable by the current user.
getEditableGroups()Returns all editable groups.
getGroupByHandle()Returns a group by its handle.
getGroupById()Returns a group by its ID.
getTotalGroups()Gets the total number of category groups.

getAllGroupIds() ​

Returns all of the group IDs.

View source

Returns ​

integer[]

getAllGroups() ​

Returns all category groups.

View source

Arguments ​

Returns ​

craft\models\CategoryGroup[]

getEditableGroupIds() ​

Returns all of the category group IDs that are editable by the current user.

View source

Returns ​

integer[]

getEditableGroups() ​

Returns all editable groups.

View source

Arguments ​

Returns ​

craft\models\CategoryGroup[]

getGroupByHandle() ​

Returns a group by its handle.

View source

Arguments ​

Returns ​

craft\models\CategoryGroup, null

getGroupById() ​

Returns a group by its ID.

View source

Arguments ​

Returns ​

craft\models\CategoryGroup, null

getTotalGroups() ​

Gets the total number of category groups.

View source

Returns ​

integer