public function BackgroundImageInterface::getType in Background Image 8
Same name and namespace in other branches
- 2.x src/BackgroundImageInterface.php \Drupal\background_image\BackgroundImageInterface::getType()
- 2.0.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_imageCode
public function getType();