Issue #2654628 by gnuget, lokapujya: Deprecate PluginInterface

8.3.x
Nathaniel Catchpole 2016-09-02 12:06:40 +01:00
parent 6c614cbf35
commit a4bc5fb6d8
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ namespace Drupal\views\Plugin\views;
use Drupal\Component\Plugin\PluginInspectionInterface;
/**
* @deprecated as of Drupal 8.3.x, will be removed in Drupal 9.0.0
*/
interface PluginInterface extends PluginInspectionInterface {
}