Problem/Motivation
- After Drupal 10.1.x, Fix the following warning at
k8s_timezone_allowed_values_function():
system_time_zones() is deprecated in drupal:10.1.0 and is removed from drupal:11.0.0. This function is no longer used in Drupal core. Use \Drupal\Core\Datetime\TimeZoneFormHelper::getOptionsList(), \Drupal\Core\Datetime\TimeZoneFormHelper::getOptionsListByRegion() or \DateTimeZone::listIdentifiers() instead. See https://www.drupal.org/node/3023528 25x in K8sCloudConfigTest::testCloudConfig from Drupal\Tests\k8s\Functional\cloud\config 9x in K8sCloudConfigTest::testK8sMenu from Drupal\Tests\k8s\Functional\cloud\config 4x in K8sCloudConfigTest::testCloudConfigRedirect from Drupal\Tests\k8s\Functional\cloud\config 1x in K8sCloudConfigTest::testCloudConfigBulk from Drupal\Tests\k8s\Functional\cloud\config
Issue fork cloud-3355219
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
yasComment #3
yasComment #4
yasComment #5
yasComment #7
yas@sekinet
Can you please review the patch?
Thanks
Comment #8
sekinet commented@yas
Thank you for the patch. It looks good.
Comment #9
yas@sekinet
Thank you for your review. I'll merge the patch into the
7.xfuture branch.Comment #10
yas@sekinet
drupal/cloud:6.0.0 has been released at and 7.x-dev branch is created, so I'll merge the patch to
7.xonly, and close this issue as Fixed.Comment #12
yas