Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for vocabulary

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
TaxonomyVocabulary class modules/taxonomy/taxonomy_vocabulary.class.inc Taxonomy vocabularies allow the grouping of taxonomy terms.
taxonomy_vocabulary_load function modules/taxonomy/taxonomy.module Return the taxonomy vocabulary entity matching a vocabulary ID.
TaxonomyVocabulary::save function modules/taxonomy/taxonomy_vocabulary.class.inc Saves a taxonomy vocabulary to configuration.
taxonomy_vocabulary_save function modules/taxonomy/taxonomy.module Saves a new or updated taxonomy vocabulary.
taxonomy_form_vocabulary function modules/taxonomy/taxonomy.admin.inc Form builder for the vocabulary editing form.
TaxonomyTerm::$vocabulary property modules/taxonomy/taxonomy.entity.inc The machine name of the vocabulary to which the term is assigned.
taxonomy_vocabulary_title function modules/taxonomy/taxonomy.module Returns the title of a vocabulary.
TaxonomyVocabulary::$name property modules/taxonomy/taxonomy_vocabulary.class.inc Human-readable of the vocabulary.
TaxonomyVocabulary::delete function modules/taxonomy/taxonomy_vocabulary.class.inc Deletes a taxonomy vocabulary.
TaxonomyVocabularyUnitTest class modules/taxonomy/tests/taxonomy.test Tests for taxonomy vocabulary functions.
taxonomy_vocabulary_access function modules/taxonomy/taxonomy.module Access callback: Checks a user's permission for performing operations on taxonomy terms in a vocabulary.
taxonomy_vocabulary_delete function modules/taxonomy/taxonomy.module Deletes a vocabulary.
_vocabulary_get_operations function modules/taxonomy/taxonomy.admin.inc Given a vocabulary, return a list of operations that can be performed on it.
TaxonomyVocabulary::$weight property modules/taxonomy/taxonomy_vocabulary.class.inc (optional) The weight of this vocabulary in relation to other vocabularies.
TaxonomyVocabulary::$language property modules/taxonomy/taxonomy_vocabulary.class.inc The language configuration for the vocabulary.
taxonomy_vocabulary.class.inc file modules/taxonomy/taxonomy_vocabulary.class.inc
hook_taxonomy_vocabulary_load function modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies when loaded.
taxonomy_vocabulary_get_names function modules/taxonomy/taxonomy.module Get names for all taxonomy vocabularies.
TaxonomyVocabulary::$hierarchy property modules/taxonomy/taxonomy_vocabulary.class.inc The type of hierarchy allowed within the vocabulary.
views_handler_field_vocabulary class modules/taxonomy/views/views_handler_field_vocabulary.inc Field handler to show the human-readable label of a vocabulary.
theme_taxonomy_vocabulary_name function modules/taxonomy/taxonomy.theme.inc Returns HTML for the vocabulary human readable name, and its machine name.
taxonomy_form_vocabulary_submit function modules/taxonomy/taxonomy.admin.inc Form submission handler for taxonomy_form_vocabulary().
TaxonomyVocabulary::__construct function modules/taxonomy/taxonomy_vocabulary.class.inc
hook_taxonomy_vocabulary_insert function modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies when inserted.
hook_taxonomy_vocabulary_update function modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies when updated.
hook_taxonomy_vocabulary_delete function modules/taxonomy/taxonomy.api.php Respond to taxonomy vocabulary deletion.
views_handler_filter_vocabulary class modules/taxonomy/views/views_handler_filter_vocabulary.inc Filter by vocabulary name.
taxonomy_vocabulary_static_reset function modules/taxonomy/taxonomy.module Clear all static cache variables for vocabularies.
TaxonomyVocabularyFunctionalTest class modules/taxonomy/tests/taxonomy.test Tests the taxonomy vocabulary interface.
TaxonomyVocabulary::$description property modules/taxonomy/taxonomy_vocabulary.class.inc (optional) Description of the vocabulary.
hook_taxonomy_vocabulary_presave function modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies before they are saved.
taxonomy_form_vocabulary_validate function modules/taxonomy/taxonomy.admin.inc Form validation handler for taxonomy_form_vocabulary().
TaxonomyVocabularyUnitTest::setUp function modules/taxonomy/tests/taxonomy.test Sets up a Backdrop site for running functional and integration tests.
views_handler_argument_vocabulary class modules/taxonomy/views/views_handler_argument_vocabulary.inc Argument handler to accept a vocabulary name.
TaxonomyVocabulary::$machine_name property modules/taxonomy/taxonomy_vocabulary.class.inc The vocabulary machine name.
taxonomy_vocabulary_load_multiple function modules/taxonomy/taxonomy.module Load multiple taxonomy vocabularies based on certain conditions.
views_handler_field_vocabulary.inc file modules/taxonomy/views/views_handler_field_vocabulary.inc
hook_taxonomy_vocabulary_predelete function modules/taxonomy/taxonomy.api.php Act before taxonomy vocabulary deletion.
taxonomy_vocabulary_confirm_delete function modules/taxonomy/taxonomy.admin.inc Form builder for the vocabulary delete confirmation form.
taxonomy_vocabulary_delete_multiple function modules/taxonomy/taxonomy.module Deletes vocabularies.
taxonomy_taxonomy_vocabulary_update function modules/taxonomy/taxonomy.module Implements hook_taxonomy_vocabulary_update().
views_handler_filter_vocabulary.inc file modules/taxonomy/views/views_handler_filter_vocabulary.inc Definition of views_handler_filter_vocabulary_vid.
taxonomy_check_vocabulary_hierarchy function modules/taxonomy/taxonomy.module Checks and updates the hierarchy flag of a vocabulary.
taxonomy_vocabulary_overview_access function modules/taxonomy/taxonomy.module Access callback: Checks if a user has permission to view the vocabulary overview page. This is anyone who can create/update/delete terms in any existing vocabulary.
taxonomy_vocabulary_form_permissions function modules/taxonomy/taxonomy.admin.inc Builds a matrix of node permissions for this node type.
path_taxonomy_form_vocabulary_submit function modules/path/path.module Submit handler for taxonomy_form_vocabulary().
admin_bar_taxonomy_vocabulary_insert function modules/admin_bar/admin_bar.module Implements hook_taxonomy_vocabulary_insert().
admin_bar_taxonomy_vocabulary_update function modules/admin_bar/admin_bar.module Implements hook_taxonomy_vocabulary_update().
admin_bar_taxonomy_vocabulary_delete function modules/admin_bar/admin_bar.module Implements hook_taxonomy_vocabulary_delete().
PathPatternTestHelper::addVocabulary function modules/path/tests/path_pattern.test

Pages

  • 1
  • 2
  • next ›
  • last »

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS