You are here

abstract protected function ReportTypeBase::doBuildReportTableHeaders in Commerce Reporting 8

Builds the report table headers.

Return value

array The report table headers.

1 call to ReportTypeBase::doBuildReportTableHeaders()
ReportTypeBase::buildReportTable in src/Plugin/Commerce/ReportType/ReportTypeBase.php
Build a report table from query results.
4 methods override ReportTypeBase::doBuildReportTableHeaders()
OrderItemsReport::doBuildReportTableHeaders in src/Plugin/Commerce/ReportType/OrderItemsReport.php
Builds the report table headers.
OrderReport::doBuildReportTableHeaders in src/Plugin/Commerce/ReportType/OrderReport.php
Builds the report table headers.
PromotionReport::doBuildReportTableHeaders in src/Plugin/Commerce/ReportType/PromotionReport.php
Builds the report table headers.
TaxReport::doBuildReportTableHeaders in src/Plugin/Commerce/ReportType/TaxReport.php
Builds the report table headers.

File

src/Plugin/Commerce/ReportType/ReportTypeBase.php, line 104

Class

ReportTypeBase
Provides the base order report type class.

Namespace

Drupal\commerce_reports\Plugin\Commerce\ReportType

Code

protected abstract function doBuildReportTableHeaders();