You are here

public function BackgroundImageInterface::getParent in Background Image 2.0.x

Same name and namespace in other branches
  1. 8 src/BackgroundImageInterface.php \Drupal\background_image\BackgroundImageInterface::getParent()
  2. 2.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_image

Code

public function getParent();