You are here

Cache.php in Site Audit 8.2

Same filename and directory in other branches
  1. 7 Report/Cache.php

Contains \SiteAudit\Report\Cache.

File

Report/Cache.php
View source
<?php

/**
 * @file
 * Contains \SiteAudit\Report\Cache.
 */

/**
 * Class SiteAuditReportCache.
 */
class SiteAuditReportCache extends SiteAuditReportAbstract {

  /**
   * Implements \SiteAudit\Report\Abstract\getLabel().
   */
  public function getLabel() {
    return dt('Drupal\'s caching settings');
  }

}

Classes

Namesort descending Description
SiteAuditReportCache Class SiteAuditReportCache.