Allow to override the used database which is used for this query.
Type: bool
File
- core/modules/views/src/ViewExecutable.php, line 253
Class
- ViewExecutable
- Represents a view as a whole.
Namespace
Drupal\views
Code
public $base_database = NULL;
Allow to override the used database which is used for this query.
Type: bool
Drupal\views
public $base_database = NULL;
Please login to continue.