Search for taxonomy

  1. Search 9.5.x for taxonomy
  2. Search 8.9.x for taxonomy
  3. Search 10.3.x for taxonomy
  4. Search 11.x for taxonomy
  5. Other projects
Title Object type File name Summary
bartik_field__taxonomy_term_reference function themes/bartik/template.php Implements theme_field__field_type().
EntityCrudHookTestCase::testTaxonomyTermHooks function modules/simpletest/tests/entity_crud_hook_test.test Tests hook invocations for CRUD operations on taxonomy terms.
EntityCrudHookTestCase::testTaxonomyVocabularyHooks function modules/simpletest/tests/entity_crud_hook_test.test Tests hook invocations for CRUD operations on taxonomy vocabularies.
entity_crud_hook_test_taxonomy_term_delete function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_term_delete().
entity_crud_hook_test_taxonomy_term_insert function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_term_insert().
entity_crud_hook_test_taxonomy_term_load function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_term_load().
entity_crud_hook_test_taxonomy_term_presave function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_term_presave().
entity_crud_hook_test_taxonomy_term_update function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_term_update().
entity_crud_hook_test_taxonomy_vocabulary_delete function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_vocabulary_delete().
entity_crud_hook_test_taxonomy_vocabulary_insert function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_vocabulary_insert().
entity_crud_hook_test_taxonomy_vocabulary_load function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_vocabulary_load().
entity_crud_hook_test_taxonomy_vocabulary_presave function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_vocabulary_presave().
entity_crud_hook_test_taxonomy_vocabulary_update function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_vocabulary_update().
FileTaxonomyTermTestCase class modules/file/tests/file.test Tests adding a file to a non-node entity.
FileTaxonomyTermTestCase::$admin_user property modules/file/tests/file.test
FileTaxonomyTermTestCase::createAttachFileField function modules/file/tests/file.test Creates a file field and attaches it to the "Tags" taxonomy vocabulary.
FileTaxonomyTermTestCase::getInfo function modules/file/tests/file.test
FileTaxonomyTermTestCase::setUp function modules/file/tests/file.test Sets up a Drupal site for running functional and integration tests.
FileTaxonomyTermTestCase::testTermFilePrivate function modules/file/tests/file.test Tests that a private file can be attached to a taxonomy term.
FileTaxonomyTermTestCase::testTermFilePublic function modules/file/tests/file.test Tests that a public file can be attached to a taxonomy term.
FileTaxonomyTermTestCase::_testTermFile function modules/file/tests/file.test Runs tests for attaching a file field to a taxonomy term.
ForumTestCase::editForumTaxonomy function modules/forum/forum.test Edits the forum taxonomy.
forum_form_taxonomy_form_term_alter function modules/forum/forum.module Implements hook_form_FORM_ID_alter() for taxonomy_form_term().
forum_form_taxonomy_form_vocabulary_alter function modules/forum/forum.module Implements hook_form_FORM_ID_alter() for taxonomy_form_vocabulary().
forum_taxonomy_term_delete function modules/forum/forum.module Implements hook_taxonomy_term_delete().
hook_taxonomy_term_delete function modules/taxonomy/taxonomy.api.php Respond to the deletion of taxonomy terms.
hook_taxonomy_term_insert function modules/taxonomy/taxonomy.api.php Act on taxonomy terms when inserted.
hook_taxonomy_term_load function modules/taxonomy/taxonomy.api.php Act on taxonomy terms when loaded.
hook_taxonomy_term_presave function modules/taxonomy/taxonomy.api.php Act on taxonomy terms before they are saved.
hook_taxonomy_term_update function modules/taxonomy/taxonomy.api.php Act on taxonomy terms when updated.
hook_taxonomy_term_view function modules/taxonomy/taxonomy.api.php Act on a taxonomy term that is being assembled before rendering.
hook_taxonomy_term_view_alter function modules/taxonomy/taxonomy.api.php Alter the results of taxonomy_term_view().
hook_taxonomy_vocabulary_delete function modules/taxonomy/taxonomy.api.php Respond to the deletion of taxonomy vocabularies.
hook_taxonomy_vocabulary_insert function modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies when inserted.
hook_taxonomy_vocabulary_load function modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies when loaded.
hook_taxonomy_vocabulary_presave function modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies before they are saved.
hook_taxonomy_vocabulary_update function modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies when updated.
NodeAccessBaseTableTestCase::assertTaxonomyPage function modules/node/node.test Checks taxonomy/term listings to ensure only accessible nodes are listed.
PathTaxonomyTermTestCase class modules/path/path.test Tests URL aliases for taxonomy terms.
PathTaxonomyTermTestCase::getInfo function modules/path/path.test
PathTaxonomyTermTestCase::setUp function modules/path/path.test Sets up a Drupal site for running functional and integration tests.
PathTaxonomyTermTestCase::testTermAlias function modules/path/path.test Tests alias functionality through the admin interfaces.
path_form_taxonomy_form_term_alter function modules/path/path.module Implements hook_form_FORM_ID_alter() for taxonomy_form_term().
path_taxonomy_term_delete function modules/path/path.module Implements hook_taxonomy_term_delete().
path_taxonomy_term_insert function modules/path/path.module Implements hook_taxonomy_term_insert().
path_taxonomy_term_update function modules/path/path.module Implements hook_taxonomy_term_update().
RdfMappingDefinitionTestCase::testTaxonomyTermRdfaAttributes function modules/rdf/rdf.test Creates a random term and ensures the right RDFa markup is used.
rdf_preprocess_taxonomy_term function modules/rdf/rdf.module Implements MODULE_preprocess_HOOK().
Taxonomy indexing group modules/taxonomy/taxonomy.module Functions to maintain taxonomy indexing.
taxonomy-term.tpl.php file modules/taxonomy/taxonomy-term.tpl.php Default theme implementation to display a term.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.