public TermStorageInterface::deleteTermHierarchy($tids)
Removed reference to terms from term_hierarchy.
Parameters
array $tids: Array of terms that need to be removed from hierarchy.
File
- core/modules/taxonomy/src/TermStorageInterface.php, line 19
Class
- TermStorageInterface
- Defines an interface for taxonomy_term entity storage classes.
Namespace
Drupal\taxonomy
Code
public function deleteTermHierarchy($tids);
Please login to continue.