You are here

public function BcEditor::settingsForm in Drupal 8

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',
  ];
}