You are here

namespace Drupal\views\Plugin\views\query in Drupal 8

Same name in other branches
  1. 9 Drupal\views\Plugin\views\query
  2. 10 Drupal\views\Plugin\views\query
Classsort descending Location Description
DateSqlInterface core/modules/views/src/Plugin/views/query/DateSqlInterface.php Defines an interface for handling date queries with SQL.
MysqlDateSql core/modules/views/src/Plugin/views/query/MysqlDateSql.php MySQL-specific date handling.
PostgresqlDateSql core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php PostgreSQL-specific date handling.
QueryPluginBase core/modules/views/src/Plugin/views/query/QueryPluginBase.php Base plugin class for Views queries.
Sql core/modules/views/src/Plugin/views/query/Sql.php Views query plugin for an SQL query.
SqliteDateSql core/modules/views/src/Plugin/views/query/SqliteDateSql.php SQLite-specific date handling.