Drupal 10.3 compatibility
2 unresolved threads
2 unresolved threads
Closes #3450240
Merge request reports
Activity
Filter activity
73 75 * @throws \Symfony\Component\HttpKernel\Exception\ServiceUnavailableHttpException 74 76 * Thrown when the file is still being generated. 75 77 */ 76 public function deliver(Request $request, $scheme, ImageStyleInterface $image_style) { 78 public function deliver(Request $request, $scheme, ImageStyleInterface $image_style, string $required_derivative_scheme) { For BC can we default this to public?
Please register or sign in to reply