public function BackgroundImageInterface::getSettings in Background Image 8
Same name and namespace in other branches
- 2.x src/BackgroundImageInterface.php \Drupal\background_image\BackgroundImageInterface::getSettings()
- 2.0.x src/BackgroundImageInterface.php \Drupal\background_image\BackgroundImageInterface::getSettings()
Retrieves the settings for this background image.
Return value
\Drupal\background_image\BackgroundImageSettings A custom fake immutable config object containing the current settings.
1 method overrides BackgroundImageInterface::getSettings()
- BackgroundImage::getSettings in src/
Entity/ BackgroundImage.php - Retrieves the settings for this background image.
File
- src/
BackgroundImageInterface.php, line 197
Class
- BackgroundImageInterface
- Provides an interface defining a Background Image entity.
Namespace
Drupal\background_imageCode
public function getSettings();