TermStorageInterface::deleteTermHierarchy

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);
doc_Drupal
2016-10-29 09:47:25
Comments
Leave a Comment

Please login to continue.