public property ResultRow::$index in Drupal 8
Same name and namespace in other branches
- 9 core/modules/views/src/ResultRow.php \Drupal\views\ResultRow::index
An incremental number which represents the row in the entire result.
Type: int
File
- core/
modules/ views/ src/ ResultRow.php, line 29
Class
- ResultRow
- A class representing a view result row.
Namespace
Drupal\viewsCode
public $index;