You are here

public function LayoutWithoutLabel::submitConfigurationForm in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/LayoutWithoutLabel.php \Drupal\layout_builder_test\Plugin\Layout\LayoutWithoutLabel::submitConfigurationForm()

Form submission handler.

Parameters

array $form: An associative array containing the structure of the plugin form as built by static::buildConfigurationForm().

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Calling code should pass on a subform state created through \Drupal\Core\Form\SubformState::createForSubform().

Overrides LayoutDefault::submitConfigurationForm

File

core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/LayoutWithoutLabel.php, line 40

Class

LayoutWithoutLabel
Layout plugin without a label configuration.

Namespace

Drupal\layout_builder_test\Plugin\Layout

Code

public function submitConfigurationForm(array &$form, FormStateInterface $form_state) {
}