The name of the base table this view will use.
Type: string
File
- core/modules/views/src/Entity/View.php, line 48
Class
- View
- Defines a View configuration entity class.
Namespace
Drupal\views\Entity
Code
protected $base_table = 'node';
The name of the base table this view will use.
Type: string
Drupal\views\Entity
protected $base_table = 'node';
Please login to continue.