You are here

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

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

Retrieves the settings hash.

Parameters

string $name: A setting name to retrieve.

Return value

string

1 method overrides BackgroundImageInterface::getSettingsHash()
BackgroundImage::getSettingsHash in src/Entity/BackgroundImage.php
Retrieves the settings hash.

File

src/BackgroundImageInterface.php, line 207

Class

BackgroundImageInterface
Provides an interface defining a Background Image entity.

Namespace

Drupal\background_image

Code

public function getSettingsHash($name = NULL);