public function BackgroundImageInterface::getImageFile in Background Image 8
Same name and namespace in other branches
- 2.x src/BackgroundImageInterface.php \Drupal\background_image\BackgroundImageInterface::getImageFile()
- 2.0.x src/BackgroundImageInterface.php \Drupal\background_image\BackgroundImageInterface::getImageFile()
Retrieves the image file.
Parameters
bool $parents: Flag indicating whether to use parent image if this image is not set.
Return value
\Drupal\file\FileInterface|null The image File object or NULL if it doesn't exist.
1 method overrides BackgroundImageInterface::getImageFile()
- BackgroundImage::getImageFile in src/
Entity/ BackgroundImage.php - Retrieves the image file.
File
- src/
BackgroundImageInterface.php, line 156
Class
- BackgroundImageInterface
- Provides an interface defining a Background Image entity.
Namespace
Drupal\background_imageCode
public function getImageFile($parents = TRUE);