You are here

abstract protected function ReportTypeBase::doBuildReportTableRow in Commerce Reporting 8

Build the report table row.

Parameters

array $result: The result row.

Return value

array The table row data.

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

File

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

Class

ReportTypeBase
Provides the base order report type class.

Namespace

Drupal\commerce_reports\Plugin\Commerce\ReportType

Code

protected abstract function doBuildReportTableRow(array $result);