You are here

public function BackgroundImage::getBlurRadius in Background Image 8

Same name and namespace in other branches
  1. 2.x src/Entity/BackgroundImage.php \Drupal\background_image\Entity\BackgroundImage::getBlurRadius()
  2. 2.0.x src/Entity/BackgroundImage.php \Drupal\background_image\Entity\BackgroundImage::getBlurRadius()

Return value

int

Overrides BackgroundImageInterface::getBlurRadius

File

src/Entity/BackgroundImage.php, line 260

Class

BackgroundImage
Defines the Background Image entity.

Namespace

Drupal\background_image\Entity

Code

public function getBlurRadius() {
  return $this
    ->getSetting('blur_radius');
}