CategoryGroupModel
This document is for a version of Craft CMS that is no longer supported. Please refer to the latest version →
Whenever you’re dealing with a category group in your template, you’re actually working with a CategoryGroupModel object.
# Simple Output
Outputting a CategoryGroupModel object without attaching a property or method will return the group’s name:
<h3>{{ categoryGroup }}</h3>
# Properties
CategoryGroupModel objects have the following properties:
# handle
The handle of the group.
# id
The ID of the group.
# name
The name of the group.