interface SiteAuditReportInterface in Site Audit 8.3
Defines an interface for Site Audit Report plugins.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\site_audit\Plugin\SiteAuditReportInterface
Expanded class hierarchy of SiteAuditReportInterface
All classes that implement SiteAuditReportInterface
File
- src/
Plugin/ SiteAuditReportInterface.php, line 10
Namespace
Drupal\site_audit\PluginView source
interface SiteAuditReportInterface extends PluginInspectionInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |