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.16 KB

removed the deprecated method, please review

Oleksandr Yushchenko’s picture

Status: Needs review » Reviewed & tested by the community

Patch in comment #2 works fine. Tested on clean D8 installation locally and with simplytest.me.

wundo’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, this was fixed in #3042586

andrey.troeglazov’s picture

Status: Fixed » Closed (fixed)

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