public function BackgroundImageInterface::getParent in Background Image 8
Same name and namespace in other branches
- 2.x src/BackgroundImageInterface.php \Drupal\background_image\BackgroundImageInterface::getParent()
- 2.0.x src/BackgroundImageInterface.php \Drupal\background_image\BackgroundImageInterface::getParent()
Retrieves the parent background image, if one exists.
Return value
\Drupal\background_image\BackgroundImageInterface|null
1 method overrides BackgroundImageInterface::getParent()
- BackgroundImage::getParent in src/
Entity/ BackgroundImage.php - Retrieves the parent background image, if one exists.
File
- src/
BackgroundImageInterface.php, line 178
Class
- BackgroundImageInterface
- Provides an interface defining a Background Image entity.
Namespace
Drupal\background_imageCode
public function getParent();