You are here

Views.php in Site Audit 7

Same filename and directory in other branches
  1. 8.2 Report/Views.php

Contains \SiteAudit\Report\Views.

File

Report/Views.php
View source
<?php

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

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

  /**
   * Implements \SiteAudit\Report\Abstract\getLabel().
   */
  public function getLabel() {
    return dt('Views');
  }

}

Classes

Namesort descending Description
SiteAuditReportViews Class SiteAuditReportViews.