Subject: [PATCH] Allow views links to be altered --- Index: core/modules/views/src/Plugin/views/field/FieldPluginBase.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== diff --git a/core/modules/views/src/Plugin/views/field/FieldPluginBase.php b/core/modules/views/src/Plugin/views/field/FieldPluginBase.php --- a/core/modules/views/src/Plugin/views/field/FieldPluginBase.php (revision d5189e76efcffa99915e2324b8e6dff73308e9cf) +++ b/core/modules/views/src/Plugin/views/field/FieldPluginBase.php (date 1732107168472) @@ -1569,6 +1569,8 @@ $options['entity_type'] = $alter['entity_type']; } + \Drupal::moduleHandler()->alter('linked_views_field', $options, $alter); + // The path has been heavily processed above, so it should be used as-is. $final_url = CoreUrl::fromUri($path, $options);