site_audit-8.x-3.0-rc1/src/Plugin/SiteAuditChecklistInterface.php
src/Plugin/SiteAuditChecklistInterface.php
<?php
namespace Drupal\site_audit\Plugin;
use Drupal\Component\Plugin\PluginInspectionInterface;
/**
* Defines an interface for Site Audit Report plugins.
*/
interface SiteAuditChecklistInterface extends PluginInspectionInterface {
// Add get/set methods for your plugin type here.
}
