You are here

public function ExporterInterface::hidePageIds 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::hidePageIds()

Set the exporter to hide page ids.

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

Return value

$this

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

File

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

Class

ExporterInterface
Interface ExporterInterface

Namespace

AKlump\LoftDataGrids

Code

public function hidePageIds();