You are here

public function Exporter::getShowPageIds in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/Exporter.php \AKlump\LoftDataGrids\Exporter::getShowPageIds()

Return the showPageIds.

Return value

bool

Overrides ExporterInterface::getShowPageIds

6 calls to Exporter::getShowPageIds()
BootstrapHTMLExporter::compile in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/BootstrapHTMLExporter.php
Build the string content of $this->output and return $this for chaining.
FlatTextExporter::compile in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/FlatTextExporter.php
Build the string content of $this->output and return $this for chaining.
HTMLExporter::compile in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/HTMLExporter.php
Build the string content of $this->output and return $this for chaining.
HtmlListExporter::compile in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/HtmlListExporter.php
Build the string content of $this->output and return $this for chaining.
MarkdownTableExporter::compile in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/MarkdownTableExporter.php
Build the string content of $this->output and return $this for chaining.

... See full list

File

vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/Exporter.php, line 252

Class

Exporter
Class Exporter

Namespace

AKlump\LoftDataGrids

Code

public function getShowPageIds() {
  return $this
    ->getSettings()->showPageIds;
}