Skip to content
Snippets Groups Projects

Issue #2897044: HTML Title support for menu's

1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
+ 8
0
@@ -205,3 +205,11 @@ function _html_title_form_node_form_submit_replace_node_confirmation_message(arr
$messenger->addStatus($status_message);
}
}
/**
* Implements hook_link_alter().
*/
function html_title_link_alter(&$variables) {
$variables['text'] = \Drupal::service('html_title.filter')
->decodeToMarkup($variables['text']);
}
Loading