Problem/Motivation

Deprecated strtolower need to be replaced with Drupal Services
in Drupal 8.6.0, will be removed before Drupal 9.0.0.

Proposed resolution

Use mb_strtolower() instead. According tohttps://api.drupal.org/api/drupal/core%21lib%21Drupal%21Component%21Utility%21Unicode.php/function/Unicode%3A%3Astrtolower/8.6.x

Remaining tasks

Update the deprecated method and provide the patch

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

akshay_d created an issue. See original summary.

akshay_d’s picture

Status: Active » Needs review
FileSize
1.79 KB

Deprecated strtolower replaced please review

  • swentel committed c5fd1b2 on 8.x-3.x authored by akshay_d
    Issue #3034304 by akshay_d: Deprecated strtolower need to be replaced
    
swentel’s picture

Status: Needs review » Fixed

Committed and pushed, thanks!

Status: Fixed » Closed (fixed)

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