Taxonomy vocabularies allow the grouping of taxonomy terms.
This class is responsible for saving and storing configuration files for vocabularies.
Hierarchy
- class TaxonomyVocabulary extends \stdClass
Expanded class hierarchy of TaxonomyVocabulary
File
- core/
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 | |
TaxonomyVocabulary:: |
public | property | (optional) The weight of this vocabulary in relation to other vocabularies. |
TaxonomyVocabulary:: |
function | Deletes a taxonomy vocabulary. | |
TaxonomyVocabulary:: |
function | Saves a taxonomy vocabulary to configuration. | |
TaxonomyVocabulary:: |
function |