You are here

function group_content_menu_form_node_form_alter in Group Content Menu 8

Implements hook_form_BASE_FORM_ID_alter().

File

./group_content_menu.module, line 86
Provides a group content menu entity type.

Code

function group_content_menu_form_node_form_alter(&$form, FormStateInterface $form_state) {
  \Drupal::classResolver(NodeFormAlter::class)
    ->alter($form, $form_state);
}