You are here

function lb_ux_form_layout_builder_configure_section_alter in Layout Builder UX 8

Implements hook_form_FORM_ID_alter().

File

./lb_ux.module, line 35
Contains lb_ux.module.

Code

function lb_ux_form_layout_builder_configure_section_alter(&$form, FormStateInterface $form_state, $form_id) {
  \Drupal::classResolver(FormAlter::class)
    ->alterConfigureForm($form, $form_state);
}