function BcEditor::settingsForm

File

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

Class

BcEditor

Namespace

Drupal\Tests\editor\Unit

Code

public function settingsForm(array $form, FormStateInterface $form_state, Editor $editor) {
    return [
        'foo' => 'bar',
    ];
}

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