You are here

public function ReportTypeInterface::getLabel in Commerce Reporting 8

Gets the order report type label.

Return value

string The order report type label.

1 method overrides ReportTypeInterface::getLabel()
ReportTypeBase::getLabel in src/Plugin/Commerce/ReportType/ReportTypeBase.php
Gets the order report type label.

File

src/Plugin/Commerce/ReportType/ReportTypeInterface.php, line 20

Class

ReportTypeInterface
Defines the interface for order report types.

Namespace

Drupal\commerce_reports\Plugin\Commerce\ReportType

Code

public function getLabel();