Pull merge.
[yaffs-website] / web / core / modules / views / src / Plugin / views / PluginInterface.php
1 <?php
2
3 namespace Drupal\views\Plugin\views;
4
5 use Drupal\Component\Plugin\PluginInspectionInterface;
6
7 /**
8  * @deprecated as of Drupal 8.3.x, will be removed in Drupal 9.0.0
9  */
10 interface PluginInterface extends PluginInspectionInterface {
11
12 }