You are here

public function SiteAuditReportBase::getLabel in Site Audit 8.3

Get the label(name) for the report.

File

src/Plugin/SiteAuditReportBase.php, line 70

Class

SiteAuditReportBase
Base class for Site Audit Report plugins.

Namespace

Drupal\site_audit\Plugin

Code

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