You are here

public function BlockForm::providerChanged in Layout Builder Browser 8

File

src/Form/BlockForm.php, line 195

Class

BlockForm
Form handler for the block add and edit forms.

Namespace

Drupal\layout_builder_browser\Form

Code

public function providerChanged(array &$form, FormStateInterface $form_state) {
  return $form['block_id'];
}