You are here

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

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

The type.

Return value

int

1 method overrides BackgroundImageInterface::getType()
BackgroundImage::getType in src/Entity/BackgroundImage.php
The type.

File

src/BackgroundImageInterface.php, line 282

Class

BackgroundImageInterface
Provides an interface defining a Background Image entity.

Namespace

Drupal\background_image

Code

public function getType();