public function BcEditor::settingsFormValidate in Drupal 8
File
- core/
modules/ editor/ tests/ src/ Unit/ EditorBaseTest.php, line 112
Class
Namespace
Drupal\Tests\editor\UnitCode
public function settingsFormValidate(array $form, FormStateInterface $form_state) {
$form_state
->setValue([
'nested',
'foo',
], 'bar');
}