function EditorBase::buildConfigurationForm

Same name and namespace in other branches
  1. 11.x core/modules/editor/src/Plugin/EditorBase.php \Drupal\editor\Plugin\EditorBase::buildConfigurationForm()
  2. 10 core/modules/editor/src/Plugin/EditorBase.php \Drupal\editor\Plugin\EditorBase::buildConfigurationForm()
  3. 8.9.x core/modules/editor/src/Plugin/EditorBase.php \Drupal\editor\Plugin\EditorBase::buildConfigurationForm()
1 method overrides EditorBase::buildConfigurationForm()
CKEditor5::buildConfigurationForm in core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php
Form constructor.

File

core/modules/editor/src/Plugin/EditorBase.php, line 34

Class

EditorBase
Defines a base class from which other modules providing editors may extend.

Namespace

Drupal\editor\Plugin

Code

public function buildConfigurationForm(array $form, FormStateInterface $form_state) {
  return $form;
}

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