* @todo Remove this method in Drupal 9.0.x. Now the parent references are
* automatically cleared when deleting a taxonomy term.
*/
public function deleteTermHierarchy($tids);
* @todo remove this method Drupal 9.0.x. Now the parent references are
* automatically updates when when a taxonomy term is added/updated.
*/
public function updateTermHierarchy(EntityInterface $term);
Comments
Comment #2
catchDuplicate of #2795861: Remove all deprecated methods.