- 🇫🇷France erwangel
No more warnings after applying #4 on ffs-2.0.x-dev and D10.2.6.
Theme hook token_tree not found.
message when viewing manage form displays.
Edit the form display for the image. Check the logs.
if (\Drupal::moduleHandler()->moduleExists('token')) {
$return['source_attach']['tokens'] = [
'#theme' => 'token_tree',
'#token_types' => ['user'],
];
}
needs to be 'token_tree_link'
See:
#2640138: Use token_tree_link instead of token_tree to render links →
Let's fix it.
Needs review
1.0
General
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No more warnings after applying #4 on ffs-2.0.x-dev and D10.2.6.