VocabularyStorageInterface::getToplevelTids

public VocabularyStorageInterface::getToplevelTids($vids)

Gets top-level term IDs of vocabularies.

Parameters

array $vids: Array of vocabulary IDs.

Return value

array Array of top-level term IDs.

File

core/modules/taxonomy/src/VocabularyStorageInterface.php, line 21

Class

VocabularyStorageInterface
Defines an interface for vocabulary entity storage classes.

Namespace

Drupal\taxonomy

Code

public function getToplevelTids($vids);
doc_Drupal
2016-10-29 09:56:36
Comments
Leave a Comment

Please login to continue.