You are here

public function ExportDataInterface::getRows in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportDataInterface.php \AKlump\LoftDataGrids\ExportDataInterface::getRows()

Returns all rows of the current page keyed by pointer.

Note this is functionally the same as self::getPage($current_page), however, it doesn't require knowning the page id and it is more intuitively named.

Return value

array

1 method overrides ExportDataInterface::getRows()
ExportData::getRows in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportData.php
Returns all rows of the current page keyed by pointer.

File

vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportDataInterface.php, line 207

Class

ExportDataInterface
Interface ExportDataInterface

Namespace

AKlump\LoftDataGrids

Code

public function getRows();