interface PluginInterface in Drupal 8
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\views\Plugin\views\PluginInterface
Expanded class hierarchy of PluginInterface
All classes that implement PluginInterface
Deprecated
in drupal:8.3.0 and is removed from drupal:9.0.0.
File
- core/
modules/ views/ src/ Plugin/ views/ PluginInterface.php, line 10
Namespace
Drupal\views\Plugin\viewsView source
interface PluginInterface 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 |