You are here

protected property Date::$argFormat in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/argument/Date.php \Drupal\views\Plugin\views\argument\Date::argFormat

The date format used in the query.

Type: string

File

core/modules/views/src/Plugin/views/argument/Date.php, line 46
Contains \Drupal\views\Plugin\views\argument\Date.

Class

Date
Abstract argument handler for dates.

Namespace

Drupal\views\Plugin\views\argument

Code

protected $argFormat = 'Y-m-d';