Dot All Lisbon – the official Craft CMS conference – is happening September 23 - 25.
`craft.globals`
You can get info about your site’s globals via craft.globals
.
Methods
The following methods are available:
getAllSets()
Returns an array of all global sets.
getEditableSets()
Returns an array of all global sets that the current user has permission to edit.
getTotalSets()
Returns an array of the total number of global sets.
getTotalEditableSets()
Returns an array of the total number of global sets that the current user has permission to edit.
getSetById( id, locale )
Returns a global set by its ID, and optionally in a particular locale.
getSetByHandle( handle, locale )
Returns a global set by its handle, and optionally in a particular locale.