Problem/Motivation

See #3002933: Fix "The Drupal\editor\Plugin\EditorBase::settingsFormSubmit method is deprecated since version 8.3.x and will be removed in 9.0.0." and friends and companion https://www.drupal.org/node/2819753 change note.

\Drupal\gutenberg\Plugin\Editor\Gutenberg::settingsForm was used but has been deprecated since 8.3.x and was removed in Drupal 9.

Steps to reproduce

Visit /admin/config/content/formats/manage/gutenberg on Drupal 9 and the plugin settings won't be visible.

Proposed resolution

Migrate deprecated code, changing \Drupal\gutenberg\Plugin\Editor\Gutenberg::settingsForm to \Drupal\gutenberg\Plugin\Editor\Gutenberg::buildConfigurationForm.

Comments

codebymikey created an issue. See original summary.

  • d9fd487 committed on 8.x-2.x
    Issue #3208400 by codebymikey: Gutenberg Editor plugin: Drupal 9...
codebymikey’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.