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. |