public function SiteAuditCheckBase::getLabel in Site Audit 8.3
Get the label for the check that describes, high level what is happening.
Return value
string Get the label for the check that describes, high level what is happening.
File
- src/
Plugin/ SiteAuditCheckBase.php, line 154
Class
- SiteAuditCheckBase
- Base class for Site Audit Check plugins.
Namespace
Drupal\site_audit\PluginCode
public function getLabel() {
return $this
->getPluginDefinition()['name'];
}