[Drupal 11] Call to deprecated method loadRevision()

Created on 14 May 2024, about 1 month ago
Updated 21 June 2024, 6 days ago

Problem/Motivation

Call to deprecated method loadRevision() of class Drupal​\​Core​\​Entity​\​EntityStorageInterface
. Deprecated in drupal:10.1.0 and is removed from drupal:11.0.0. Use Drupal​\​Core​\​Entity​\​RevisionableStorageInterface::loadRevision instead.

This is found in menu_link_attributes.module line 187: https://git.drupalcode.org/project/menu_link_attributes/-/blob/8.x-1.x/m...

We need to replace this to be able to use this module in Drupal 11. Lucky for us, this RevisionableStorageInterface already exists since Drupal 8, so we can continue to use the 8.x-1.x branch to provide support for Drupal 8-11.

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇵🇹Portugal jcnventura

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

Comments & Activities

Production build 0.69.0 2024