You are here

PluginInterface.php in Views (for Drupal 7) 8.3

Definition of Drupal\views\Plugin\PluginInterface.

File

lib/Drupal/views/Plugin/views/PluginInterface.php
View source
<?php

/**
 * @file
 * Definition of Drupal\views\Plugin\PluginInterface.
 */
namespace Drupal\views\Plugin\views;

use Drupal\Component\Plugin\PluginInspectionInterface;
interface PluginInterface extends PluginInspectionInterface {

}

Interfaces

Namesort descending Description
PluginInterface