public function AvatarBaseInterface::isSecure in Avatar Kit 8
Whether the URL will be secure.
Return value
bool Whether the URL should be secure.
1 method overrides AvatarBaseInterface::isSecure()
- AvatarBase::isSecure in src/
AvatarBase.php - Whether the URL will be secure.
File
- src/
AvatarBaseInterface.php, line 116
Class
- AvatarBaseInterface
- Interface for Avatar APIs.
Namespace
Drupal\avatarsCode
public function isSecure();