You are here

protected property ViewsSelection::$view in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php \Drupal\views\Plugin\EntityReferenceSelection\ViewsSelection::view

The loaded View object.

Type: \Drupal\views\ViewExecutable

File

core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php, line 37

Class

ViewsSelection
Plugin implementation of the 'selection' entity_reference.

Namespace

Drupal\views\Plugin\EntityReferenceSelection

Code

protected $view;