function 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 87

Class

TermStorageInterface
Defines an interface for taxonomy_term entity storage classes.

Namespace

Drupal\taxonomy

Code

public function resetWeights($vid);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.