You are here

public function ExporterInterface::showPageIds in Loft Data Grids 6.2

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

Set the exporter to display page ids.

It's up to the class to respect this setting or not.

Return value

$this

1 method overrides ExporterInterface::showPageIds()
Exporter::showPageIds in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/Exporter.php
Set the exporter to display page ids.

File

vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExporterInterface.php, line 16

Class

ExporterInterface
Interface ExporterInterface

Namespace

AKlump\LoftDataGrids

Code

public function showPageIds();