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
taxonomy.admin.inc file modules/taxonomy/taxonomy.admin.inc Administrative page callbacks for the taxonomy module.
taxonomy.api.php file modules/taxonomy/taxonomy.api.php Hooks provided by the Taxonomy module.
taxonomy.css file modules/taxonomy/taxonomy.css tr.taxonomy-term-preview {
background-color: #EEE;
}
tr.taxonomy-term-divider-top {
border-bottom: none;
}
tr.taxonomy-term-divider-bottom {
border-top: 1px dotted #CCC;
}
.taxonomy-term-description {
margin: 5px 0 20px;
}
taxonomy.info file modules/taxonomy/taxonomy.info name = Taxonomy
description = Enables the categorization of content.
package = Core
version = VERSION
core = 7.x
dependencies[] = options
files[] = taxonomy.module
files[] = taxonomy.test
configure = admin/structure/taxonomy
taxonomy.install file modules/taxonomy/taxonomy.install Install, update and uninstall functions for the taxonomy module.
taxonomy.module file modules/taxonomy/taxonomy.module Enables the organization of content into categories.
taxonomy.pages.inc file modules/taxonomy/taxonomy.pages.inc Page callbacks for the taxonomy module.
taxonomy.test file modules/taxonomy/taxonomy.test Tests for taxonomy.module.
taxonomy.tokens.inc file modules/taxonomy/taxonomy.tokens.inc Builds placeholder replacement tokens for taxonomy terms and vocabularies.
TaxonomyEFQTestCase class modules/taxonomy/taxonomy.test Tests the functionality of EntityFieldQuery for taxonomy entities.
TaxonomyEFQTestCase::$admin_user property modules/taxonomy/taxonomy.test
TaxonomyEFQTestCase::$vocabulary property modules/taxonomy/taxonomy.test
TaxonomyEFQTestCase::getInfo function modules/taxonomy/taxonomy.test
TaxonomyEFQTestCase::setUp function modules/taxonomy/taxonomy.test Sets up a Drupal site for running functional and integration tests.
TaxonomyEFQTestCase::testTaxonomyEFQ function modules/taxonomy/taxonomy.test Tests that a basic taxonomy EntityFieldQuery works.
TaxonomyHooksTestCase class modules/taxonomy/taxonomy.test Tests for taxonomy hook invocation.
TaxonomyHooksTestCase::getInfo function modules/taxonomy/taxonomy.test
TaxonomyHooksTestCase::setUp function modules/taxonomy/taxonomy.test Sets up a Drupal site for running functional and integration tests.
TaxonomyHooksTestCase::testTaxonomyTermHooks function modules/taxonomy/taxonomy.test Test that hooks are run correctly on creating, editing, viewing,
and deleting a term.
TaxonomyLegacyTestCase class modules/taxonomy/taxonomy.test Test for legacy node bug.
TaxonomyLegacyTestCase::$admin_user property modules/taxonomy/taxonomy.test
TaxonomyLegacyTestCase::getInfo function modules/taxonomy/taxonomy.test
TaxonomyLegacyTestCase::setUp function modules/taxonomy/taxonomy.test Sets up a Drupal site for running functional and integration tests.
TaxonomyLegacyTestCase::testTaxonomyLegacyNode function modules/taxonomy/taxonomy.test Test taxonomy functionality with nodes prior to 1970.
TaxonomyLoadMultipleTestCase class modules/taxonomy/taxonomy.test Test the taxonomy_term_load_multiple() function.
TaxonomyLoadMultipleTestCase::$taxonomy_admin property modules/taxonomy/taxonomy.test
TaxonomyLoadMultipleTestCase::getInfo function modules/taxonomy/taxonomy.test
TaxonomyLoadMultipleTestCase::setUp function modules/taxonomy/taxonomy.test Sets up a Drupal site for running functional and integration tests.
TaxonomyLoadMultipleTestCase::testTaxonomyTermMultipleLoad function modules/taxonomy/taxonomy.test Create a vocabulary and some taxonomy terms, ensuring they're loaded
correctly using taxonomy_term_load_multiple().
TaxonomyPrivateFileTestCase class modules/taxonomy/taxonomy.test Tests appropriate access control to private file fields on a term.
TaxonomyPrivateFileTestCase::$vocabulary property modules/taxonomy/taxonomy.test
TaxonomyPrivateFileTestCase::getInfo function modules/taxonomy/taxonomy.test
TaxonomyPrivateFileTestCase::setUp function modules/taxonomy/taxonomy.test Sets up a Drupal site for running functional and integration tests.
TaxonomyPrivateFileTestCase::testTaxonomyImageAccess function modules/taxonomy/taxonomy.test Tests access to a private file on a taxonomy term entity.
TaxonomyQueryAlterTestCase class modules/taxonomy/taxonomy.test Tests that appropriate query tags are added.
TaxonomyQueryAlterTestCase::assertQueryTagTestResult function modules/taxonomy/taxonomy.test Verifies invocation of the hooks in the test module.
TaxonomyQueryAlterTestCase::getInfo function modules/taxonomy/taxonomy.test
TaxonomyQueryAlterTestCase::setUp function modules/taxonomy/taxonomy.test Sets up a Drupal site for running functional and integration tests.
TaxonomyQueryAlterTestCase::setupQueryTagTestHooks function modules/taxonomy/taxonomy.test Sets up the hooks in the test module.
TaxonomyQueryAlterTestCase::testTaxonomyQueryAlter function modules/taxonomy/taxonomy.test Tests that appropriate tags are added when querying the database.
TaxonomyRSSTestCase class modules/taxonomy/taxonomy.test Tests the rendering of term reference fields in RSS feeds.
TaxonomyRSSTestCase::$admin_user property modules/taxonomy/taxonomy.test
TaxonomyRSSTestCase::$instance property modules/taxonomy/taxonomy.test
TaxonomyRSSTestCase::$vocabulary property modules/taxonomy/taxonomy.test
TaxonomyRSSTestCase::getInfo function modules/taxonomy/taxonomy.test
TaxonomyRSSTestCase::setUp function modules/taxonomy/taxonomy.test Sets up a Drupal site for running functional and integration tests.
TaxonomyRSSTestCase::testTaxonomyRSS function modules/taxonomy/taxonomy.test Tests that terms added to nodes are displayed in core RSS feed.
TaxonomyTermCacheUsageTestCase class modules/taxonomy/taxonomy.test Tests for taxonomy terms cache usage.
TaxonomyTermCacheUsageTestCase::getInfo function modules/taxonomy/taxonomy.test
TaxonomyTermCacheUsageTestCase::setUp function modules/taxonomy/taxonomy.test Sets up a Drupal site for running functional and integration tests.

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