Dot All Lisbon – the official Craft CMS conference – is happening September 23 - 25.
GlobalSetModel
Your templates come preloaded with GlobalSetModel objects to represent each of your site’s global sets. You can access them via their handles.
Simple Output
Outputting a GlobalSetModel object without attaching a property or method will return the global set’s name:
Properties
GlobalSetModel objects have the following properties:
cpEditUrl
Alias of getCpEditUrl().
handle
The global set’s handle.
id
The global set’s ID.
locale
The locale the global set was fetched in.
name
The global set’s name.
Methods
GlobalSetModel objects have the following methods:
getCpEditUrl()
Returns the URL to the global set’s edit page within the control panel.