You are here

public function ExportDataInterface::storeLocation in Loft Data Grids 6.2

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

Store the current page and pointer location for later resuming

Parameters

string $location_id A unique key or preset id to remember this location by.:

Return value

$this

1 method overrides ExportDataInterface::storeLocation()
ExportData::storeLocation in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportData.php
Store the current page and pointer location for later resuming

File

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

Class

ExportDataInterface
Interface ExportDataInterface

Namespace

AKlump\LoftDataGrids

Code

public function storeLocation($location_id);