You are here

protected function SiteAuditReportBase::getReportName in Site Audit 8.3

Get the complete name of the report.

Return value

string The report name.

File

src/Plugin/SiteAuditReportBase.php, line 63

Class

SiteAuditReportBase
Base class for Site Audit Report plugins.

Namespace

Drupal\site_audit\Plugin

Code

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