Link module has untested features to store additional configuration per link

Created on 22 December 2014, over 10 years ago
Updated 1 April 2025, 4 days ago

In #2233883: Link migration needs to convert source url into the appropriate route format for storage we've complete the config schema for the link field. This has exposed missing test coverage.

+    options:
+      type: mapping
+      label: 'Link options'
+      mapping:
+        query:
+          type: sequence
+          label: 'Url query key value pairs'
+          sequence:
+            - type: string
+        fragment:
+          type: string
+          label: 'Url fragment'
+        absolute:
+          type: boolean
+          label: 'Is this Url absolute'
+        https:
+          type: boolean
+          label: 'If the Url should use a secure protocol'
+        attributes:
+          type: sequence
+          label: 'Link attributes'
+          sequence:
+            - type: string

It is possible that the "attributes" is dead code... from an IRC chat with @GaborHojtsy

14:35 GaborHojtsy
alexpott: what are even link attributes?!
14:36 GaborHojtsy
alexpott: that looks liek some contrib extension point that is not well defined at all
14:36 alexpott
GaborHojtsy: no clue
14:36 GaborHojtsy
// Exposing the attributes array in the widget is left for alternate and more
14:36 GaborHojtsy
// advanced field widgets.
14:36 GaborHojtsy
$element['attributes'] = array(
14:36 GaborHojtsy
alexpott: that is in LinkWidget
14:37 GaborHojtsy
alexpott: but Url::_construct() does not allow for an ‘attributes’ field for Urls… so it may be set but then not actually used here
14:38 GaborHojtsy
alexpott: so its some unclear contrib extension point at best AFAIS
14:38 alexpott
GaborHojtsy: it might well be dead code

📌 Task
Status

Active

Version

11.0 🔥

Component

link.module

Created by

🇬🇧United Kingdom alexpott 🇪🇺🌍

Live updates comments and jobs are added and updated live.
  • Needs tests

    The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024