public function TermStorageInterface::updateTermHierarchy in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/taxonomy/src/TermStorageInterface.php \Drupal\taxonomy\TermStorageInterface::updateTermHierarchy()
Updates terms hierarchy information with the hierarchy trail of it.
Parameters
\Drupal\Core\Entity\EntityInterface $term: Term entity that needs to be added to term hierarchy information.
1 method overrides TermStorageInterface::updateTermHierarchy()
- TermStorage::updateTermHierarchy in core/
modules/ taxonomy/ src/ TermStorage.php - Updates terms hierarchy information with the hierarchy trail of it.
File
- core/
modules/ taxonomy/ src/ TermStorageInterface.php, line 32 - Contains \Drupal\taxonomy\TermStorageInterface.
Class
- TermStorageInterface
- Defines an interface for taxonomy_term entity storage classes.
Namespace
Drupal\taxonomyCode
public function updateTermHierarchy(EntityInterface $term);