You are here

public function BackgroundImageManagerInterface::validView in Background Image 2.0.x

Same name and namespace in other branches
  1. 8 src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::validView()
  2. 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

BackgroundImageManagerInterface

Namespace

Drupal\background_image

Code

public function validView(ViewEntityInterface $view);