Problem/Motivation

According to https://api.drupal.org/api/drupal/core!modules!taxonomy!taxonomy.module/... taxonomy_vocabulary_load is deprecated. xmlsitemap still uses taxonomy_vocabulary_load in its XmlSitemapTaxonomyFunctionalTest.php file.

Proposed resolution

change it to \Drupal\taxonomy\Entity\Vocabulary::load()

Remaining tasks

Create a patch.
Review.

User interface changes

API changes

CommentFileSizeAuthor
taxonomy_vocabulary_load-deprecated.patch662 bytestadityar
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

  • tadityar committed 932bb48 on 8.x-1.x
    Issue #2410189 by tadityar: taxonomy_vocabulary_load is deprecated so it...
tadityar’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.