protected property Date::$calculateOffset in Drupal 8
Same name in this branch
- 8 core/modules/datetime/src/Plugin/views/filter/Date.php \Drupal\datetime\Plugin\views\filter\Date::calculateOffset
- 8 core/modules/datetime/src/Plugin/views/sort/Date.php \Drupal\datetime\Plugin\views\sort\Date::calculateOffset
- 8 core/modules/datetime/src/Plugin/views/argument/Date.php \Drupal\datetime\Plugin\views\argument\Date::calculateOffset
Same name and namespace in other branches
- 9 core/modules/datetime/src/Plugin/views/sort/Date.php \Drupal\datetime\Plugin\views\sort\Date::calculateOffset
Determines if the timezone offset is calculated.
Type: bool
File
- core/
modules/ datetime/ src/ Plugin/ views/ sort/ Date.php, line 26
Class
- Date
- Basic sort handler for datetime fields.
Namespace
Drupal\datetime\Plugin\views\sortCode
protected $calculateOffset = TRUE;