Resolve #3376892 "Move streamwrappers from"
1 unresolved thread
Compare changes
@@ -5,6 +5,7 @@
@@ -98,7 +99,14 @@ protected function doGenerateString(string $uri, bool $relative): string {
@trigger_error('Implementing \Drupal\Core\StreamWrapper\StreamWrapperInterface without implementing \Drupal\Core\StreamWrapper\StreamWrapperGetUrlInterface is deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. Implement \Drupal\Core\StreamWrapper\StreamWrapperGetUrlInterface for ' . get_class($wrapper) . '. See https://www.drupal.org/project/drupal/issues/3376892', E_USER_DEPRECATED);
@@ -186,6 +194,11 @@ public function generate(string $uri): Url {
@trigger_error('Implementing \Drupal\Core\StreamWrapper\StreamWrapperInterface without implementing \Drupal\Core\StreamWrapper\StreamWrapperGetUrlInterface is deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. Implement \Drupal\Core\StreamWrapper\StreamWrapperGetUrlInterface for ' . get_class($wrapper) . '. See https://www.drupal.org/project/drupal/issues/3376892', E_USER_DEPRECATED);