You are here

public function ReportTypeBase::getLabel in Commerce Reporting 8

Gets the order report type label.

Return value

string The order report type label.

Overrides ReportTypeInterface::getLabel

File

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

Class

ReportTypeBase
Provides the base order report type class.

Namespace

Drupal\commerce_reports\Plugin\Commerce\ReportType

Code

public function getLabel() {
  return $this->pluginDefinition['label'];
}