You are here

public function BackgroundImageManagerInterface::getDefaultSettings in Background Image 2.0.x

Same name and namespace in other branches
  1. 8 src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::getDefaultSettings()
  2. 2.x src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::getDefaultSettings()

Retrieves the default background image settings.

Return value

array

1 method overrides BackgroundImageManagerInterface::getDefaultSettings()
BackgroundImageManager::getDefaultSettings in src/BackgroundImageManager.php
Retrieves the default background image settings.

File

src/BackgroundImageManagerInterface.php, line 106

Class

BackgroundImageManagerInterface

Namespace

Drupal\background_image

Code

public function getDefaultSettings();