You are here

protected property View::$base_table in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Entity/View.php \Drupal\views\Entity\View::base_table

The name of the base table this view will use.

Type: string

File

core/modules/views/src/Entity/View.php, line 53

Class

View
Defines a View configuration entity class.

Namespace

Drupal\views\Entity

Code

protected $base_table = 'node';