public function SiteAuditReportCron::getLabel in Site Audit 7
Same name and namespace in other branches
- 8.2 Report/Cron.php \SiteAuditReportCron::getLabel()
Implements \SiteAudit\Report\Abstract\getLabel().
Overrides SiteAuditReportAbstract::getLabel
File
- Report/
Cron.php, line 15 - Contains \SiteAudit\Report\Cron.
Class
- SiteAuditReportCron
- Class SiteAuditReportCron.
Code
public function getLabel() {
return dt('Cron');
}