You are here

function library_form_node_form_alter in Library 8

Implements hook_form_node_form_alter().

File

./library.module, line 31
Contains library.module.

Code

function library_form_node_form_alter(&$form, FormStateInterface $form_state) {
  WidgetSubmit::attach($form, $form_state);
}