Issue #1941672 by pwolanin, dawehner: Remove Drupal\views\Plugin\query\QueryInterface.
parent
8347b04c34
commit
991b10d211
|
@ -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 {
|
||||
|
||||
}
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue