interface PluginInterface in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Plugin/views/PluginInterface.php \Drupal\views\Plugin\views\PluginInterface
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\views\Plugin\views\PluginInterface
Expanded class hierarchy of PluginInterface
All classes that implement PluginInterface
File
- core/
modules/ views/ src/ Plugin/ views/ PluginInterface.php, line 12 - Contains \Drupal\views\Plugin\views\PluginInterface.
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. | 2 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |