public TermInterface::getVocabularyId()
Get the taxonomy vocabulary id this term belongs to.
Return value
int The id of the vocabulary.
File
- core/modules/taxonomy/src/TermInterface.php, line 91
Class
- TermInterface
- Provides an interface defining a taxonomy term entity.
Namespace
Drupal\taxonomy
Code
public function getVocabularyId();
Please login to continue.