You are here

function block_style_plugins_form_layout_builder_configure_section_alter in Block Style Plugins 8.2

Implements hook_form_FORM_ID_alter().

For the ID layout_builder_configure_section.

File

./block_style_plugins.module, line 110
Contains block_style_plugins.module.

Code

function block_style_plugins_form_layout_builder_configure_section_alter(&$form, FormStateInterface $form_state, $form_id) {
  \Drupal::classResolver(SectionFormAlter::class)
    ->alterForm($form, $form_state);
}