Globals

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

Globals functions.

View source (opens new window)

# Public Methods

Method Description
getAllSets() Returns all global sets.
getEditableSets() Returns all global sets that are editable by the current user.
getSetByHandle() Returns a global set by its handle.
getSetById() Returns a global set by its ID.
getTotalEditableSets() Returns the total number of global sets that are editable by the current user.
getTotalSets() Returns the total number of global sets.

# getAllSets()

Returns all global sets.

View source (opens new window)

Arguments

Returns

array (opens new window)

# getEditableSets()

Returns all global sets that are editable by the current user.

View source (opens new window)

Arguments

Returns

array (opens new window)

# getSetByHandle()

Returns a global set by its handle.

View source (opens new window)

Arguments

Returns

craft\elements\GlobalSet, null (opens new window)

Throws

# getSetById()

Returns a global set by its ID.

View source (opens new window)

Arguments

Returns

craft\elements\GlobalSet, null (opens new window)

Throws

# getTotalEditableSets()

Returns the total number of global sets that are editable by the current user.

View source (opens new window)

Returns

integer (opens new window)

# getTotalSets()

Returns the total number of global sets.

View source (opens new window)

Returns

integer (opens new window)