Meta issue: #2205673: [meta] Remove all @deprecated functions marked "remove before 8.0"

Before patch

bash-3.2$ grep taxonomy_term_load_children -nr *
core/modules/taxonomy/src/Entity/Term.php:67:      if ($children = taxonomy_term_load_children($tid)) {
core/modules/taxonomy/src/Tests/TermTest.php:97:    $children = taxonomy_term_load_children($term1->id());
core/modules/taxonomy/src/Tests/TermTest.php:137:      $children = taxonomy_term_load_children($term1->id());
core/modules/taxonomy/taxonomy.module:367:function taxonomy_term_load_children($tid) {
bash-3.2$

Comments

a_thakur’s picture

Status: Active » Needs review
StatusFileSize
new2.85 KB

Please find the attached patch which removes the function and the usage.

a_thakur’s picture

Link added to change record as well: https://www.drupal.org/node/2328205

a_thakur’s picture

Ignore previous, new patch attached.

Status: Needs review » Needs work
a_thakur’s picture

Status: Needs work » Needs review
StatusFileSize
new2.85 KB
arpitr’s picture

@a_thakur, should I merge https://www.drupal.org/node/2452577#comment-9722129 with this?

a_thakur’s picture

Status: Needs review » Closed (duplicate)

Yes, https://www.drupal.org/node/2452577#comment-9722129 covers more, closing this as duplicate.