constant BackgroundImageInterface::BLUR_NONE in Background Image 8
Same name and namespace in other branches
- 2.x src/BackgroundImageInterface.php \Drupal\background_image\BackgroundImageInterface::BLUR_NONE
- 2.0.x src/BackgroundImageInterface.php \Drupal\background_image\BackgroundImageInterface::BLUR_NONE
Never blur the background image.
@type int
File
- src/
BackgroundImageInterface.php, line 36
Class
- BackgroundImageInterface
- Provides an interface defining a Background Image entity.
Namespace
Drupal\background_imageCode
const BLUR_NONE = 0;