Skip to content

Rebrand ​

Type
Class
Namespace
craft\web\twig\variables
Inherits
craft\web\twig\variables\Rebrand
Since
3.0.0

Rebranding functions.

View source

Public Methods ​

MethodDescription
__construct()
getIcon()Returns the icons variable, or null if a site icon hasn't been uploaded.
getImageVariable()Get the ImageVariable for type.
getLogo()Returns the logo'sw Image variable, or null if a logo hasn't been uploaded.
isIconUploaded()Returns whether a custom site icon has been uploaded.
isImageUploaded()Return whether the specified type of image has been uploaded for the site.
isLogoUploaded()Returns whether a custom logo has been uploaded.

__construct() ​

View source

Throws ​

getIcon() ​

Returns the icons variable, or null if a site icon hasn't been uploaded.

View source

Returns ​

craft\web\twig\variables\Image, null

getImageVariable() ​

Get the ImageVariable for type.

View source

Arguments ​

Returns ​

craft\web\twig\variables\Image, null

Returns the logo'sw Image variable, or null if a logo hasn't been uploaded.

View source

Returns ​

craft\web\twig\variables\Image, null

isIconUploaded() ​

Returns whether a custom site icon has been uploaded.

View source

Returns ​

boolean

isImageUploaded() ​

Return whether the specified type of image has been uploaded for the site.

View source

Arguments ​

  • $type (string) – 'logo' or 'icon'.

Returns ​

boolean

isLogoUploaded() ​

Returns whether a custom logo has been uploaded.

View source

Returns ​

boolean