You are here

public function TermStorageInterface::resetWeights in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 108
Contains \Drupal\taxonomy\TermStorageInterface.

Class

TermStorageInterface
Defines an interface for taxonomy_term entity storage classes.

Namespace

Drupal\taxonomy

Code

public function resetWeights($vid);