You are here

public function BcEditor::settingsFormSubmit in Drupal 8

File

core/modules/editor/tests/src/Unit/EditorBaseTest.php, line 116

Class

BcEditor

Namespace

Drupal\Tests\editor\Unit

Code

public function settingsFormSubmit(array $form, FormStateInterface $form_state) {
  $form_state
    ->setValue([
    'nested',
    'bar',
  ], 'baz');
}