PluginInterface.php

Namespace

Drupal\views\Plugin\views

File

core/modules/views/src/Plugin/views/PluginInterface.php

View 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

Title Deprecated Summary
PluginInterface

in drupal:8.3.0 and is removed from drupal:9.0.0.


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.