Rebrand ​
- Type
- Class
- Namespace
- craft\web\twig\variables
- Inherits
- craft\web\twig\variables\Rebrand
- Since
- 3.0.0
Rebranding functions.
Public Methods ​
| Method | Description |
|---|---|
| __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() ​
Throws ​
getIcon() ​
Returns the icons variable, or null if a site icon hasn't been uploaded.
Returns ​
craft\web\twig\variables\Image, null
getImageVariable() ​
Get the ImageVariable for type.
Arguments ​
$type(string)
Returns ​
craft\web\twig\variables\Image, null
getLogo() ​
Returns the logo'sw Image variable, or null if a logo hasn't been uploaded.
Returns ​
craft\web\twig\variables\Image, null
isIconUploaded() ​
Returns whether a custom site icon has been uploaded.
Returns ​
isImageUploaded() ​
Return whether the specified type of image has been uploaded for the site.
Arguments ​
$type(string) – 'logo' or 'icon'.
Returns ​
isLogoUploaded() ​
Returns whether a custom logo has been uploaded.