Problem/Motivation

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

Issue fork gdpr-3460861

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

ankitv18 created an issue. See original summary.

ankitv18’s picture

Status: Active » Needs review
ankitv18’s picture

Assigned: ankitv18 » Unassigned

Rajeshreeputra made their first commit to this issue’s fork.

rajeshreeputra’s picture

Status: Needs review » Fixed

Merged, release to follow shortly.

rajeshreeputra’s picture

Status: Needs review » Fixed
rajeshreeputra’s picture

Status: Fixed » Closed (fixed)

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

matslats’s picture

it seems that the final function introduced in the patch, gdpr_handle_renderer_isolation() itself uses the renderPlain function, so I'm still getting deprecation errors!