You are here

Cache.php in Site Audit 7

Same filename in this branch
  1. 7 Report/Cache.php
  2. 7 Check/Block/Cache.php
Same filename and directory in other branches
  1. 8.2 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.