You are here

public function LayoutExampleTest::submitConfigurationForm in Panels 8.4

@inheritDoc

Overrides LayoutDefault::submitConfigurationForm

File

tests/modules/panels_test/src/Plugin/Layout/LayoutExampleTest.php, line 67

Class

LayoutExampleTest
The plugin that handles the default layout template.

Namespace

Drupal\panels_test\Plugin\Layout

Code

public function submitConfigurationForm(array &$form, FormStateInterface $form_state) {
  $this->configuration['setting_1'] = $form_state
    ->getValue('setting_1');
}