You are here

PluginInterface.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/views/src/Plugin/views/PluginInterface.php

File

core/modules/views/src/Plugin/views/PluginInterface.php
View source
<?php

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

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

}

Interfaces

Namesort descending Description
PluginInterface