- Issue created by @lauriii
For some reason \Drupal\path_alias\PathProcessor\AliasPathProcessor::processOutbound
is not triggered for XB link fields. This should convert for example /page/1
to use its alias. Should we run
We should potentially run \Drupal\Core\PathProcessor\PathProcessorManager::processOutbound
for the value of the link field before passing it to a component.
This does raise a question though; what if I want to generate a link inside a code component. How would I do that? This is critical especially when building multilingual sites because of \Drupal\language\HttpKernel\PathProcessorLanguage::processOutbound
is responsible for adding the correct langcode to the URL.
Active
0.0
… to be triaged