function BcEditor::settingsFormSubmit
File
-
core/
modules/ editor/ tests/ src/ Unit/ EditorBaseTest.php, line 116
Class
Namespace
Drupal\Tests\editor\UnitCode
public function settingsFormSubmit(array $form, FormStateInterface $form_state) {
$form_state->setValue([
'nested',
'bar',
], 'baz');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.