Search for taxonomy
- Search 9.5.x for taxonomy
 - Search 8.9.x for taxonomy
 - Search 10.3.x for taxonomy
 - Search 11.x for taxonomy
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| taxonomy.admin.inc | file | modules/ | 
                                                                                        Administrative page callbacks for the taxonomy module. | 
| taxonomy.api.php | file | modules/ | 
                                                                                        Hooks provided by the Taxonomy module. | 
| taxonomy.css | file | modules/ | 
                                                                                        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/ | 
                                                                                        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/ | 
                                                                                        Install, update and uninstall functions for the taxonomy module. | 
| taxonomy.module | file | modules/ | 
                                                                                        Enables the organization of content into categories. | 
| taxonomy.pages.inc | file | modules/ | 
                                                                                        Page callbacks for the taxonomy module. | 
| taxonomy.test | file | modules/ | 
                                                                                        Tests for taxonomy.module. | 
| taxonomy.tokens.inc | file | modules/ | 
                                                                                        Builds placeholder replacement tokens for taxonomy terms and vocabularies. | 
| TaxonomyEFQTestCase | class | modules/ | 
                                                                                        Tests the functionality of EntityFieldQuery for taxonomy entities. | 
| TaxonomyEFQTestCase::$admin_user | property | modules/ | 
                                                                                        |
| TaxonomyEFQTestCase::$vocabulary | property | modules/ | 
                                                                                        |
| TaxonomyEFQTestCase::getInfo | function | modules/ | 
                                                                                        |
| TaxonomyEFQTestCase::setUp | function | modules/ | 
                                                                                        Sets up a Drupal site for running functional and integration tests. | 
| TaxonomyEFQTestCase::testTaxonomyEFQ | function | modules/ | 
                                                                                        Tests that a basic taxonomy EntityFieldQuery works. | 
| TaxonomyHooksTestCase | class | modules/ | 
                                                                                        Tests for taxonomy hook invocation. | 
| TaxonomyHooksTestCase::getInfo | function | modules/ | 
                                                                                        |
| TaxonomyHooksTestCase::setUp | function | modules/ | 
                                                                                        Sets up a Drupal site for running functional and integration tests. | 
| TaxonomyHooksTestCase::testTaxonomyTermHooks | function | modules/ | 
                                                                                        Test that hooks are run correctly on creating, editing, viewing, and deleting a term.  | 
              
| TaxonomyLegacyTestCase | class | modules/ | 
                                                                                        Test for legacy node bug. | 
| TaxonomyLegacyTestCase::$admin_user | property | modules/ | 
                                                                                        |
| TaxonomyLegacyTestCase::getInfo | function | modules/ | 
                                                                                        |
| TaxonomyLegacyTestCase::setUp | function | modules/ | 
                                                                                        Sets up a Drupal site for running functional and integration tests. | 
| TaxonomyLegacyTestCase::testTaxonomyLegacyNode | function | modules/ | 
                                                                                        Test taxonomy functionality with nodes prior to 1970. | 
| TaxonomyLoadMultipleTestCase | class | modules/ | 
                                                                                        Test the taxonomy_term_load_multiple() function. | 
| TaxonomyLoadMultipleTestCase::$taxonomy_admin | property | modules/ | 
                                                                                        |
| TaxonomyLoadMultipleTestCase::getInfo | function | modules/ | 
                                                                                        |
| TaxonomyLoadMultipleTestCase::setUp | function | modules/ | 
                                                                                        Sets up a Drupal site for running functional and integration tests. | 
| TaxonomyLoadMultipleTestCase::testTaxonomyTermMultipleLoad | function | modules/ | 
                                                                                        Create a vocabulary and some taxonomy terms, ensuring they're loaded correctly using taxonomy_term_load_multiple().  | 
              
| TaxonomyPrivateFileTestCase | class | modules/ | 
                                                                                        Tests appropriate access control to private file fields on a term. | 
| TaxonomyPrivateFileTestCase::$vocabulary | property | modules/ | 
                                                                                        |
| TaxonomyPrivateFileTestCase::getInfo | function | modules/ | 
                                                                                        |
| TaxonomyPrivateFileTestCase::setUp | function | modules/ | 
                                                                                        Sets up a Drupal site for running functional and integration tests. | 
| TaxonomyPrivateFileTestCase::testTaxonomyImageAccess | function | modules/ | 
                                                                                        Tests access to a private file on a taxonomy term entity. | 
| TaxonomyQueryAlterTestCase | class | modules/ | 
                                                                                        Tests that appropriate query tags are added. | 
| TaxonomyQueryAlterTestCase::assertQueryTagTestResult | function | modules/ | 
                                                                                        Verifies invocation of the hooks in the test module. | 
| TaxonomyQueryAlterTestCase::getInfo | function | modules/ | 
                                                                                        |
| TaxonomyQueryAlterTestCase::setUp | function | modules/ | 
                                                                                        Sets up a Drupal site for running functional and integration tests. | 
| TaxonomyQueryAlterTestCase::setupQueryTagTestHooks | function | modules/ | 
                                                                                        Sets up the hooks in the test module. | 
| TaxonomyQueryAlterTestCase::testTaxonomyQueryAlter | function | modules/ | 
                                                                                        Tests that appropriate tags are added when querying the database. | 
| TaxonomyRSSTestCase | class | modules/ | 
                                                                                        Tests the rendering of term reference fields in RSS feeds. | 
| TaxonomyRSSTestCase::$admin_user | property | modules/ | 
                                                                                        |
| TaxonomyRSSTestCase::$instance | property | modules/ | 
                                                                                        |
| TaxonomyRSSTestCase::$vocabulary | property | modules/ | 
                                                                                        |
| TaxonomyRSSTestCase::getInfo | function | modules/ | 
                                                                                        |
| TaxonomyRSSTestCase::setUp | function | modules/ | 
                                                                                        Sets up a Drupal site for running functional and integration tests. | 
| TaxonomyRSSTestCase::testTaxonomyRSS | function | modules/ | 
                                                                                        Tests that terms added to nodes are displayed in core RSS feed. | 
| TaxonomyTermCacheUsageTestCase | class | modules/ | 
                                                                                        Tests for taxonomy terms cache usage. | 
| TaxonomyTermCacheUsageTestCase::getInfo | function | modules/ | 
                                                                                        |
| TaxonomyTermCacheUsageTestCase::setUp | function | modules/ | 
                                                                                        Sets up a Drupal site for running functional and integration tests. | 
Pagination
- Previous page
 - Page 2
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.