Skip to content
Snippets Groups Projects

Issue #3488448: Remove use of DeprecationHelper::backwardsCompatibleCall()

Merged Kul Pratap Singh requested to merge issue/url_embed-3488448:3488448-remove-use-of into 3.x
3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -112,7 +112,7 @@ class UrlEmbedCke5Dialog extends FormBase {
}
}
catch (\Exception $e) {
DeprecationHelper::backwardsCompatibleCall(\Drupal::VERSION, '10.1.0', fn() => Error::logException(\Drupal::logger('url_embed'), $e), fn() => watchdog_exception('url_embed', $e));
\Drupal::logger('url_embed')->error($e->getMessage());
}
$form['attributes']['data-url-provider'] = array(
'#type' => 'value',
Loading