You are here

function html_title_form_node_form_alter in HTML Title 8

Implements hook_form_alter().

File

./html_title.module, line 121
HTML Title module to enable limited HTML tags in title.

Code

function html_title_form_node_form_alter(array &$form, FormStateInterface $form_state, string $form_id) {
  $form['actions']['submit']['#submit'][] = '_html_title_form_node_form_submit_replace_node_confirmation_message';
}