You are here

public property ViewStorage::$base_table in Views (for Drupal 7) 8.3

The name of the base table this view will use.

Type: string

File

lib/Drupal/views/ViewStorage.php, line 23
Definition of Drupal\views\ViewStorage.

Class

ViewStorage
Defines a ViewStorage configuration entity class.

Namespace

Drupal\views

Code

public $base_table = 'node';