Stores the current active row while rendering.
Type: int
File
- core/modules/views/src/ViewExecutable.php, line 232
Class
- ViewExecutable
- Represents a view as a whole.
Namespace
Drupal\views
Code
public $row_index;
Stores the current active row while rendering.
Type: int
Drupal\views
public $row_index;
Please login to continue.