D10 compatibility issues

Created on 3 March 2023, over 1 year ago
Updated 9 April 2024, 3 months ago

FILE: web/modules/contrib/term_name_validation/term_name_validation.module

STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Fix later 88 Call to deprecated function
taxonomy_term_load_multiple_by_name(). Deprecated in
drupal:9.3.0 and is removed from drupal:10.0.0. Use
Drupal::entityTypeManager()->getStorage('taxonomy_term')->lo
adByProperties(['name' => $name, 'vid' => $vid]) instead, to
get a list of taxonomy term entities having the same name
and keyed by their term ID.
--------------------------------------------------------------------------------
Fix later 88 Call to deprecated function
taxonomy_term_load_multiple_by_name(). Deprecated in
drupal:9.3.0 and is removed from drupal:10.0.0. Use
Drupal::entityTypeManager()->getStorage('taxonomy_term')->lo
adByProperties(['name' => $name, 'vid' => $vid]) instead, to
get a list of taxonomy term entities having the same name
and keyed by their term ID.
--------------------------------------------------------------------------------
Fix later 179 Call to deprecated function
taxonomy_term_load_multiple_by_name(). Deprecated in
drupal:9.3.0 and is removed from drupal:10.0.0. Use
Drupal::entityTypeManager()->getStorage('taxonomy_term')->lo
adByProperties(['name' => $name, 'vid' => $vid]) instead, to
get a list of taxonomy term entities having the same name
and keyed by their term ID.

📌 Task
Status

RTBC

Version

5.0

Component

Code

Created by

🇮🇳India dineshkumarbollu

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