function MysqlDateSql::__construct
Same name in other branches
- 9 core/modules/views/src/Plugin/views/query/MysqlDateSql.php \Drupal\views\Plugin\views\query\MysqlDateSql::__construct()
- 8.9.x core/modules/views/src/Plugin/views/query/MysqlDateSql.php \Drupal\views\Plugin\views\query\MysqlDateSql::__construct()
- 10 core/modules/views/src/Plugin/views/query/MysqlDateSql.php \Drupal\views\Plugin\views\query\MysqlDateSql::__construct()
Constructs the MySQL-specific date sql class.
Parameters
\Drupal\Core\Database\Connection $database: The database connection.
File
-
core/
modules/ views/ src/ Plugin/ views/ query/ MysqlDateSql.php, line 55
Class
- MysqlDateSql
- MySQL-specific date handling.
Namespace
Drupal\views\Plugin\views\queryCode
public function __construct(Connection $database) {
$this->database = $database;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.