The total number of rows returned from the query.
Type: int
File
- core/modules/views/src/ViewExecutable.php, line 108
Class
- ViewExecutable
- Represents a view as a whole.
Namespace
Drupal\views
Code
public $total_rows = NULL;
The total number of rows returned from the query.
Type: int
Drupal\views
public $total_rows = NULL;
Please login to continue.