Issue #1941672 by pwolanin, dawehner: Remove Drupal\views\Plugin\query\QueryInterface.

8.0.x
Nathaniel Catchpole 2013-09-16 10:05:41 +01:00
parent 8347b04c34
commit 991b10d211
2 changed files with 1 additions and 18 deletions

View File

@ -1,17 +0,0 @@
<?php
/**
* @file
* Definition of Drupal\views\Plugin\query\QueryInterface.
*/
namespace Drupal\views\Plugin\views\query;
use Drupal\views\Plugin\views\PluginInterface;
/**
* @todo.
*/
interface QueryInterface extends PluginInterface {
}

View File

@ -14,7 +14,7 @@ use Drupal\views\ViewExecutable;
/**
* @todo.
*/
abstract class QueryPluginBase extends PluginBase implements QueryInterface {
abstract class QueryPluginBase extends PluginBase {
/**
* A pager plugin that should be provided by the display.