function BcEditor::settingsFormValidate

File

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

Class

BcEditor

Namespace

Drupal\Tests\editor\Unit

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.