You are here

protected property ViewsBlockBase::$view in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/Block/ViewsBlockBase.php \Drupal\views\Plugin\Block\ViewsBlockBase::view
  2. 10 core/modules/views/src/Plugin/Block/ViewsBlockBase.php \Drupal\views\Plugin\Block\ViewsBlockBase::view

The View executable object.

Type: \Drupal\views\ViewExecutable

File

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

Class

ViewsBlockBase
Base class for Views block plugins.

Namespace

Drupal\views\Plugin\Block

Code

protected $view;