PluginInterface.php in Drupal 8
Namespace
Drupal\views\Plugin\viewsFile
core/modules/views/src/Plugin/views/PluginInterface.phpView source
<?php
namespace Drupal\views\Plugin\views;
use Drupal\Component\Plugin\PluginInspectionInterface;
/**
* @deprecated in drupal:8.3.0 and is removed from drupal:9.0.0.
*/
interface PluginInterface extends PluginInspectionInterface {
}
Interfaces
Name | Description |
---|---|
PluginInterface Deprecated |