You are here

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

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

Code

public function getSettings();