You are here

function block_style_plugins_form_alter in Block Style Plugins 8.2

Implements hook_form_alter().

File

./block_style_plugins.module, line 32
Contains block_style_plugins.module.

Code

function block_style_plugins_form_alter(&$form, FormStateInterface $form_state, $form_id) {
  \Drupal::classResolver(BlockFormAlter::class)
    ->layoutBuilderEmbedAlter($form, $form_state, $form_id);
}