You are here

SiteAuditReportInterface.php in Site Audit 8.3

File

src/Plugin/SiteAuditReportInterface.php
View source
<?php

namespace Drupal\site_audit\Plugin;

use Drupal\Component\Plugin\PluginInspectionInterface;

/**
 * Defines an interface for Site Audit Report plugins.
 */
interface SiteAuditReportInterface extends PluginInspectionInterface {

}

Interfaces

Namesort descending Description
SiteAuditReportInterface Defines an interface for Site Audit Report plugins.