interface SiteAuditCheckInterface in Site Audit 8.3
Defines an interface for Site Audit Check plugins.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\site_audit\Plugin\SiteAuditCheckInterface
Expanded class hierarchy of SiteAuditCheckInterface
All classes that implement SiteAuditCheckInterface
File
- src/
Plugin/ SiteAuditCheckInterface.php, line 10
Namespace
Drupal\site_audit\PluginView source
interface SiteAuditCheckInterface 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 |