Loading core/modules/taxonomy/taxonomy.module +1 −1 Original line number Diff line number Diff line Loading @@ -213,7 +213,7 @@ function taxonomy_vocabulary_get_names() { * An array of matching term objects. * * @deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. Use * \Drupal::entityTypeManager()->getStorage('taxonomy_vocabulary')->loadByProperties(['name' => $name, 'vid' => $vid]) * \Drupal::entityTypeManager()->getStorage('taxonomy_term')->loadByProperties(['name' => $name, 'vid' => $vid]) * instead, to get a list of taxonomy term entities having the same name and * keyed by their term ID. * Loading Loading
core/modules/taxonomy/taxonomy.module +1 −1 Original line number Diff line number Diff line Loading @@ -213,7 +213,7 @@ function taxonomy_vocabulary_get_names() { * An array of matching term objects. * * @deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. Use * \Drupal::entityTypeManager()->getStorage('taxonomy_vocabulary')->loadByProperties(['name' => $name, 'vid' => $vid]) * \Drupal::entityTypeManager()->getStorage('taxonomy_term')->loadByProperties(['name' => $name, 'vid' => $vid]) * instead, to get a list of taxonomy term entities having the same name and * keyed by their term ID. * Loading