public function SiteAuditReportCron::getLabel in Site Audit 8.2
Same name and namespace in other branches
- 7 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');
}