SiteAuditReportInterface.php in Site Audit 8.3
Namespace
Drupal\site_audit\PluginFile
src/Plugin/SiteAuditReportInterface.phpView 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
Name | Description |
---|---|
SiteAuditReportInterface | Defines an interface for Site Audit Report plugins. |