You are here

SiteAuditCheckInterface.php in Site Audit 8.3

File

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

namespace Drupal\site_audit\Plugin;

use Drupal\Component\Plugin\PluginInspectionInterface;

/**
 * Defines an interface for Site Audit Check plugins.
 */
interface SiteAuditCheckInterface extends PluginInspectionInterface {

}

Interfaces

Namesort descending Description
SiteAuditCheckInterface Defines an interface for Site Audit Check plugins.