[Drupal 10.1] Deprecated code

Created on 15 August 2023, 11 months ago
Updated 25 June 2024, 5 days ago

Problem/Motivation

Fix code deprecated via Drupal 10.1.

Below are the deprecated code change records

Notes

system_time_zones() is deprecated
According to https://www.drupal.org/node/3023528 , we should switch out system_time_zones() for \Drupal\Core\Datetime\TimeZoneFormHelper::getOptionsList(). We can either add a BC layer to check drupal core's version and call the non-deprecated version or wait for 10.2 and bump the minimum supported version to 10.1.

Steps to reproduce

Run tests in 10.1 with deprecation notices enabled.

Proposed resolution

Fix deprecated code.

Remaining tasks

  • Document deprecated code
  • Fix deprecated code
  • Commit fixes for deprecated code

User interface changes

N/A

API changes

N/A

Data model changes

N/A

📌 Task
Status

Fixed

Version

6.2

Component

Code

Created by

heddn Nicaragua

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

Merge Requests

Comments & Activities

Production build 0.69.0 2024