public function TermStorageInterface::resetWeights in Drupal 10
Same name and namespace in other branches
- 8 core/modules/taxonomy/src/TermStorageInterface.php \Drupal\taxonomy\TermStorageInterface::resetWeights()
- 9 core/modules/taxonomy/src/TermStorageInterface.php \Drupal\taxonomy\TermStorageInterface::resetWeights()
Reset the weights for a given vocabulary ID.
Parameters
string $vid: Vocabulary ID to retrieve terms for.
1 method overrides TermStorageInterface::resetWeights()
- TermStorage::resetWeights in core/
modules/ taxonomy/ src/ TermStorage.php - Reset the weights for a given vocabulary ID.
File
- core/
modules/ taxonomy/ src/ TermStorageInterface.php, line 112
Class
- TermStorageInterface
- Defines an interface for taxonomy_term entity storage classes.
Namespace
Drupal\taxonomyCode
public function resetWeights($vid);