Change record status: 
Project: 
Introduced in branch: 
11.0.x
Introduced in version: 
11.0.0
Description: 

To remove calls to the deprecated constant REQUEST_TIME, several __construct() methods now require $time of type \Drupal\Component\Datetime\TimeInterface as their last parameter.

This concerns the following __construct() methods:

  • \Drupal\datetime\Plugin\views\argument\Date::__construct
  • \Drupal\history\Plugin\views\filter\HistoryUserTimestamp::__construct
  • \Drupal\views\Plugin\views\argument\Date::__construct
  • \Drupal\views\Plugin\views\cache\Time::__construct
  • \Drupal\views\Plugin\views\field\Date::__construct
  • \Drupal\Core\Field\Plugin\Field\FieldFormatter\TimestampFormatter::__construct
Impacts: 
Module developers
Site templates, recipes and distribution developers