You are here

public function ReportTypeBase::getDescription in Commerce Reporting 8

Gets the order report type description.

Return value

string The order report type description.

Overrides ReportTypeInterface::getDescription

File

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

Class

ReportTypeBase
Provides the base order report type class.

Namespace

Drupal\commerce_reports\Plugin\Commerce\ReportType

Code

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