Skip to main content
backdrop Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

Search for vocabulary

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
admin_bar_taxonomy_vocabulary_insert function core/modules/admin_bar/admin_bar.module Implements hook_taxonomy_vocabulary_insert().
admin_bar_taxonomy_vocabulary_update function core/modules/admin_bar/admin_bar.module Implements hook_taxonomy_vocabulary_update().
admin_bar_taxonomy_vocabulary_delete function core/modules/admin_bar/admin_bar.module Implements hook_taxonomy_vocabulary_delete().
path_taxonomy_form_vocabulary_submit function core/modules/path/path.module Submit handler for taxonomy_form_vocabulary().
taxonomy_vocabulary_form_permissions function core/modules/taxonomy/taxonomy.admin.inc Builds a matrix of node permissions for this node type.
taxonomy_vocabulary_list_permissions function core/modules/taxonomy/taxonomy.module Helper function to generate standard permission list for a vocabulary.
PathPatternTestHelper::addVocabulary function core/modules/path/tests/path_pattern.test
theme_taxonomy_vocabulary_description function core/modules/taxonomy/taxonomy.theme.inc Returns HTML for the vocabulary description.
taxonomy_vocabulary_machine_name_load function core/modules/taxonomy/taxonomy.module Legacy wrapper to return the vocabulary object matching a machine name.
views_handler_argument_vocabulary.inc file core/modules/taxonomy/views/views_handler_argument_vocabulary.inc
TaxonomyWebTestCase::createVocabulary function core/modules/taxonomy/tests/taxonomy.test Returns a new vocabulary with random properties.
views_handler_field_vocabulary::render function core/modules/taxonomy/views/views_handler_field_vocabulary.inc Render the field.
TaxonomyTermIndexTestCase::$vocabulary property core/modules/taxonomy/tests/taxonomy.test
TaxonomyTermFieldTestCase::$vocabulary property core/modules/taxonomy/tests/taxonomy.test
TaxonomyVocabularyUnitTest::$vocabulary property core/modules/taxonomy/tests/taxonomy.test
TaxonomyVocabularyFunctionalTest::setUp function core/modules/taxonomy/tests/taxonomy.test Sets up a Backdrop site for running functional and integration tests.
path_form_taxonomy_form_vocabulary_alter function core/modules/path/path.module Implements hook_form_FORM_ID_alter() for taxonomy_form_vocabulary().
views_handler_argument_vocabulary::title function core/modules/taxonomy/views/views_handler_argument_vocabulary.inc Override the behavior of title(). Get the name of the vocabulary.
TaxonomyTokenReplaceTestCase::$vocabulary property core/modules/taxonomy/tests/taxonomy.test
taxonomy_vocabulary_confirm_delete_submit function core/modules/taxonomy/taxonomy.admin.inc Submit handler to delete a vocabulary after confirmation.
TokenTaxonomyTestCase::testVocabularyTokens function core/modules/simpletest/tests/token.test Test the additional vocabulary tokens.
TaxonomyLanguageFunctionalTest::$vocabulary property core/modules/taxonomy/tests/taxonomy.test
TaxonomyTermFieldMultipleVocabularyTestCase class core/modules/taxonomy/tests/taxonomy.test Tests a taxonomy term reference field that allows multiple vocabularies.
TaxonomyVocabularyFunctionalTest::$admin_user property core/modules/taxonomy/tests/taxonomy.test
TaxonomyVocabularyFunctionalTest::$vocabulary property core/modules/taxonomy/tests/taxonomy.test
taxonomy_vocabulary_confirm_reset_alphabetical function core/modules/taxonomy/taxonomy.admin.inc Form builder to confirm resetting a vocabulary to alphabetical order.
ViewsUIWizardTaggedWithTestCase::$tag_vocabulary property core/modules/views/tests/views_ui.test
TaxonomyTermUnitTest::testTaxonomyVocabularyTree function core/modules/taxonomy/tests/taxonomy.test Test a taxonomy with terms that have multiple parents of different depths.
taxonomy_vocab_load_test_taxonomy_vocabulary_load function core/modules/taxonomy/tests/taxonomy_vocab_load_test/taxonomy_vocab_load_test.module Implements hook_taxonomy_vocabulary_load().
views_handler_filter_vocabulary::get_value_options function core/modules/taxonomy/views/views_handler_filter_vocabulary.inc Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
TaxonomyVocabularyUnitTest::testUninstallReinstall function core/modules/taxonomy/tests/taxonomy.test Test uninstall and reinstall of the taxonomy module.
TaxonomyTermFieldMultipleVocabularyTestCase::setUp function core/modules/taxonomy/tests/taxonomy.test Sets up a Backdrop site for running functional and integration tests.
TaxonomyTermFieldMultipleVocabularyTestCase::$field property core/modules/taxonomy/tests/taxonomy.test
taxonomy_vocabulary_confirm_reset_alphabetical_submit function core/modules/taxonomy/taxonomy.admin.inc Submit handler to reset a vocabulary to alphabetical order after confirmation.
TaxonomyTermFieldMultipleVocabularyTestCase::$instance property core/modules/taxonomy/tests/taxonomy.test
TaxonomyTermFieldMultipleVocabularyTestCase::$field_name property core/modules/taxonomy/tests/taxonomy.test
TaxonomyVocabularyFunctionalTest::testVocabularyInterface function core/modules/taxonomy/tests/taxonomy.test Create, configure and delete a vocabulary via the user interface.
TaxonomyTermFieldMultipleVocabularyTestCase::$vocabulary1 property core/modules/taxonomy/tests/taxonomy.test
TaxonomyTermFieldMultipleVocabularyTestCase::$vocabulary2 property core/modules/taxonomy/tests/taxonomy.test
TaxonomyVocabularyUnitTest::testTaxonomyVocabularyLoadProp function core/modules/taxonomy/tests/taxonomy.test Test that adding properties via hook_taxonomy_vocabulary_load() works.
TaxonomyVocabularyFunctionalTest::testVocabularyPermissions function core/modules/taxonomy/tests/taxonomy.test Tests that vocabulary permissions are correctly set from the Taxonomy UI.
TaxonomyVocabularyUnitTest::testTaxonomyVocabularyLoadMultiple function core/modules/taxonomy/tests/taxonomy.test Tests for loading multiple vocabularies.
TaxonomyLanguageFunctionalTest::testVocabularyLanguageInterface function core/modules/taxonomy/tests/taxonomy.test Create, configure and delete a vocabulary via the user interface.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminNoVocabularies function core/modules/taxonomy/tests/taxonomy.test Test the vocabulary overview with no vocabularies.
TaxonomyVocabularyUnitTest::testTaxonomyVocabularyDeleteWithTerms function core/modules/taxonomy/tests/taxonomy.test Test deleting a taxonomy that contains terms.
TaxonomyVocabularyUnitTest::testTaxonomyVocabularyLoadStaticReset function core/modules/taxonomy/tests/taxonomy.test Ensure that the vocabulary static reset works correctly.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminDeletingVocabulary function core/modules/taxonomy/tests/taxonomy.test Deleting a vocabulary.
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies function core/modules/taxonomy/tests/taxonomy.test Tests term reference field and widget with multiple vocabularies.

Pages

  • « first
  • ‹ previous
  • 1
  • 2

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org