[Drupal 10.x] system_time_zones() is deprecated in Drupal 10

Created on 11 August 2023, almost 2 years ago
Updated 23 January 2024, over 1 year ago

Problem/Motivation

system_time_zones() is deprecated in drupal:10.1.0 and is removed from drupal:11.0.0

/**
 * Implements hook_webform_options_WEBFORM_OPTIONS_ID_alter() for time zones options.
 */
function webform_webform_options_time_zones_alter(array &$options, array $element = []) {
  if (empty($options)) {
    $options = system_time_zones();
  }
}
🐛 Bug report
Status

Closed: outdated

Version

6.2

Component

Code

Created by

🇮🇳India shabana.navas

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

Comments & Activities

Production build 0.71.5 2024