You are here

public function ExportDataInterface::getLocations 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::getLocations()

Return an array of location data keyed by location_id

Return value

array

  • keys are location_ids
  • values: arrays
    • pointers
    • page
1 method overrides ExportDataInterface::getLocations()
ExportData::getLocations in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportData.php
Return an array of location data keyed by location_id

File

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

Class

ExportDataInterface
Interface ExportDataInterface

Namespace

AKlump\LoftDataGrids

Code

public function getLocations();