You are here

protected property ViewsBlockBase::$displaySet in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/Block/ViewsBlockBase.php \Drupal\views\Plugin\Block\ViewsBlockBase::displaySet

Indicates whether the display was successfully set.

Type: bool

File

core/modules/views/src/Plugin/Block/ViewsBlockBase.php, line 39

Class

ViewsBlockBase
Base class for Views block plugins.

Namespace

Drupal\views\Plugin\Block

Code

protected $displaySet;