Definition of Drupal\views\Plugin\PluginInterface.
<?php /** * @file * Definition of Drupal\views\Plugin\PluginInterface. */ namespace Drupal\views\Plugin\views; use Drupal\Component\Plugin\PluginInspectionInterface; interface PluginInterface extends PluginInspectionInterface { }