Issue #2654628 by gnuget, lokapujya: Deprecate PluginInterface
parent
6c614cbf35
commit
a4bc5fb6d8
|
@ -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 {
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue