Issue #3304746 by scott_euser, casey, smustgrave: BigPipe cannot handle (GET)...
1 unresolved thread
Merge request reports
Activity
218 225 @trigger_error('Calling ' . __CLASS__ . '::_construct() without the $messenger argument is deprecated in drupal:10.3.0 and it will be required in drupal:11.0.0. See https://www.drupal.org/node/3343754', E_USER_DEPRECATED); 219 226 $this->messenger = \Drupal::messenger(); 220 227 } 228 if (!isset($this->requestContext)) { 229 @trigger_error('Calling ' . __CLASS__ . '::_construct() without the $requestContext argument is deprecated in drupal:10.4.0 and it will be required in drupal:11.0.0. See https://www.drupal.org/node/3304746', E_USER_DEPRECATED); 230 $this->requestContext = \Drupal::service('router.request_context'); 231 } 232 if (!isset($this->logger)) { 233 @trigger_error('Calling ' . __CLASS__ . '::_construct() without the $logger argument is deprecated in drupal:10.4.0 and it will be required in drupal:11.0.0. See https://www.drupal.org/node/3304746', E_USER_DEPRECATED); added 61 commits
-
30ac1b63...7fda601b - 60 commits from branch
project:10.4.x
- 734de6af - Issue #3304746 by scott_euser, casey, smustgrave: BigPipe cannot handle (GET)...
-
30ac1b63...7fda601b - 60 commits from branch
Please register or sign in to reply