Problem/Motivation

According to https://api.drupal.org/api/drupal/core!includes!common.inc/function/drup... drupal_render is deprecated. xmlsitemap still uses drupal_render in its .module file.

Proposed resolution

change it to \Drupal::service('renderer')->render($elements, $is_recursive_call);

Remaining tasks

Create a patch.
Review.

User interface changes

API changes

CommentFileSizeAuthor
drupal_render-deprecated.patch1.3 KBtadityar
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

  • tadityar committed 19641c4 on 8.x-1.x
    Issue #2410153 by tadityar: drupal_render is deprecated so it has to be...
tadityar’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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