Taxonomy vocabularies allow the grouping of taxonomy terms.
This class is responsible for saving and storing configuration files for vocabularies.
Hierarchy
- class TaxonomyVocabulary
Expanded class hierarchy of TaxonomyVocabulary
File
- modules/
taxonomy/ taxonomy_vocabulary.class.inc, line 8
Members
Name | Modifiers | Type | Description |
---|---|---|---|
TaxonomyVocabulary:: |
public | property | (optional) Description of the vocabulary. |
TaxonomyVocabulary:: |
public | property | The type of hierarchy allowed within the vocabulary. |
TaxonomyVocabulary:: |
public | property | The language configuration for the vocabulary. |
TaxonomyVocabulary:: |
public | property | The vocabulary machine name. |
TaxonomyVocabulary:: |
public | property | Human-readable of the vocabulary. |
TaxonomyVocabulary:: |
public | property | (optional) The weight of this vocabulary in relation to other vocabularies. |
TaxonomyVocabulary:: |
function | ||
TaxonomyVocabulary:: |
function | Deletes a taxonomy vocabulary. | |
TaxonomyVocabulary:: |
function | Saves a taxonomy vocabulary to configuration. |