You are here

constant BackgroundImageInterface::TYPE_GLOBAL in Background Image 2.x

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

Attached to whole site.

@type int

File

src/BackgroundImageInterface.php, line 64

Class

BackgroundImageInterface
Provides an interface defining a Background Image entity.

Namespace

Drupal\background_image

Code

const TYPE_GLOBAL = -1;