Closed (fixed)
Project:
URL Embed
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
21 Apr 2026 at 15:14 UTC
Updated:
12 May 2026 at 19:25 UTC
Jump to comment: Most recent
Per Drupal Change Record https://www.drupal.org/node/3566774 , several procedural functions are deprecated in Drupal 11.4.x with no replacement. This includes _filter_url_escape_comments, which the URL Embed module uses in /src/Plugin/Filter/ConvertUrlToEmbedFilter.php
Backport the Drupal core function _filter_url_escape_comments into the URL embed module, renaming it to indicate its scope as an internal function only available to URL embed.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mark_fullmer