You are here

protected property MysqlDateSql::$database in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/query/MysqlDateSql.php \Drupal\views\Plugin\views\query\MysqlDateSql::database

The database connection.

Type: \Drupal\Core\Database\Connection

File

core/modules/views/src/Plugin/views/query/MysqlDateSql.php, line 22

Class

MysqlDateSql
MySQL-specific date handling.

Namespace

Drupal\views\Plugin\views\query

Code

protected $database;