Replace UserAuthInterface with UserAuthenticationInterface for Drupal 11 Support

Created on 27 July 2024, about 2 months ago
Updated 22 August 2024, 25 days ago

Describe your bug or feature request.

UserAuthInterface will be depricated as of Drupal 11.1 and dropped in Drupal 12 as detailed here:
https://www.drupal.org/project/drupal/issues/3427298 📌 [11.1] Deprecate UserAuthInterface Active

Two classes in the CheckoutPane Plugins of the Checkout module that's in Drupal Commerce use the soon to be depricated UserAuthInterface code and need to be updated to reference the replacement for it, UserAuthenticationInterface.

This needs to be done in a future Commerce 3.x release that targets Drupal 10.3 and above. Drupal 10.3 is when the replacement methods for UserAthenticationInterface were added to Core. This change won't be compatible with Drupal 10.2 or below.

📌 Task
Status

Fixed

Version

3.0

Component

Checkout

Created by

🇺🇸United States hyperlinked San Jose, CA

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024