public function BackgroundImageInterface::getImageHash in Background Image 8
Same name and namespace in other branches
- 2.x src/BackgroundImageInterface.php \Drupal\background_image\BackgroundImageInterface::getImageHash()
- 2.0.x src/BackgroundImageInterface.php \Drupal\background_image\BackgroundImageInterface::getImageHash()
Retrieves the image based hash.
Return value
string
1 method overrides BackgroundImageInterface::getImageHash()
- BackgroundImage::getImageHash in src/
Entity/ BackgroundImage.php - Retrieves the image based hash.
File
- src/
BackgroundImageInterface.php, line 145
Class
- BackgroundImageInterface
- Provides an interface defining a Background Image entity.
Namespace
Drupal\background_imageCode
public function getImageHash();