You are here

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

Return an array of all keys for current of specified page

Return value

array

1 method overrides ExportDataInterface::getKeys()
ExportData::getKeys in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportData.php
Return an array of all keys for current of specified page

File

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

Class

ExportDataInterface
Interface ExportDataInterface

Namespace

AKlump\LoftDataGrids

Code

public function getKeys($page_id = NULL);