TermStorageInterface::resetWeights

public TermStorageInterface::resetWeights($vid)

Reset the weights for a given vocabulary ID.

Parameters

string $vid: Vocabulary ID to retrieve terms for.

File

core/modules/taxonomy/src/TermStorageInterface.php, line 103

Class

TermStorageInterface
Defines an interface for taxonomy_term entity storage classes.

Namespace

Drupal\taxonomy

Code

1
public function resetWeights($vid);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.