You are here

public function ReportTypeInterface::getDescription in Commerce Reporting 8

Gets the order report type description.

Return value

string The order report type description.

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

File

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

Class

ReportTypeInterface
Defines the interface for order report types.

Namespace

Drupal\commerce_reports\Plugin\Commerce\ReportType

Code

public function getDescription();