public function BackgroundImageManagerInterface::validView in Background Image 2.0.x
Same name and namespace in other branches
- 8 src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::validView()
- 2.x src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::validView()
Checks whether a view can use background images.
Parameters
\Drupal\views\ViewEntityInterface $view: An ViewEntityInterface object.
Return value
bool TRUE or FALSE
1 method overrides BackgroundImageManagerInterface::validView()
- BackgroundImageManager::validView in src/
BackgroundImageManager.php - Checks whether a view can use background images.
File
- src/
BackgroundImageManagerInterface.php, line 364
Class
Namespace
Drupal\background_imageCode
public function validView(ViewEntityInterface $view);