EmailMessages

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

Email functions.

View source (opens new window)

# Public Methods

Method Description
getAllMessages() Returns all of the system email messages.
getMessage() Returns a system email message by its key.

# getAllMessages()

Returns all of the system email messages.

View source (opens new window)

Returns

array (opens new window)

# getMessage()

Returns a system email message by its key.

View source (opens new window)

Arguments

Returns

craft\models\SystemMessage, null (opens new window)