You are here

constant BackgroundImageInterface::NORMAL in Background Image 8

Same name and namespace in other branches
  1. 2.x src/BackgroundImageInterface.php \Drupal\background_image\BackgroundImageInterface::NORMAL
  2. 2.0.x src/BackgroundImageInterface.php \Drupal\background_image\BackgroundImageInterface::NORMAL

General value to indicate "normal".

@type int

File

src/BackgroundImageInterface.php, line 29

Class

BackgroundImageInterface
Provides an interface defining a Background Image entity.

Namespace

Drupal\background_image

Code

const NORMAL = 0;