Call to deprecated method renderPlain()

Created on 20 September 2024, 9 days ago

Problem/Motivation

Call to deprecated method renderPlain() of interface Drupal\Core\Render\RendererInterface. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use Drupal\Core\Render\RendererInterface::renderInIsolation() instead.

Steps to reproduce

Install Upgrade Status module and scan.

Proposed resolution

Use Drupal\Core\Render\RendererInterface::renderInIsolation() instead.

🐛 Bug report
Status

Needs review

Version

2.0

Component

Code

Created by

🇵🇭Philippines gslente

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @gslente
  • 🇵🇭Philippines gslente

    Added a new issue and assigned it to me, will work on this.

  • Merge request !195Issue #3475681 → (Open) created by Unnamed author
  • Status changed to Needs review 9 days ago
  • Pipeline finished with Failed
    9 days ago
    Total: 274s
    #287801
  • Pipeline finished with Failed
    9 days ago
    Total: 259s
    #287805
  • 🇳🇴Norway eiriksm Norway

    This would effectively change the requirements of the gutenberg module to require drupal 10.3. I don't think that's desirable at this point 🤓️

    I believe what we could do, is to check if the method exists, and if so, use the new one. Otherwise continue using the deprecated one (which of course will not be deprecated if you are using a lower version of Drupal 10, or even Drupal 9

Production build 0.71.5 2024